Quantcast
Channel: Active questions tagged utf-8 - Stack Overflow
Viewing all articles
Browse latest Browse all 1045

I am getting extra character  when i run sql file

$
0
0

I have a .sql file to create a Postgres function:

CREATE FUNCTION id_generator°generateid() RETURNS SETOF integer AS$BODY$BEGIN    RETURN QUERY SELECT max(ua_id)                FROM user_attribute;        RETURN;END;$BODY$LANGUAGE plpgsql;

However when I run this function, I am getting an extra character 'Â'.

Any idea how to remove this?

enter image description here

When I try to run this function in Postgres, I see that extra character 'Â'

enter image description here


Viewing all articles
Browse latest Browse all 1045

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>