Question

Can we use varchar instead of nvarchar for same use in PostgreSQL?

Because I am unable to use nvarchar in PostgreSQL.

Was it helpful?

Solution

Yes you can use varchar in postgresql. Please refer this link http://www.postgresql.org/docs/9.2/static/datatype-character.html

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top