Domanda

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

Because I am unable to use nvarchar in PostgreSQL.

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top