for example in a table one field is character varying
so how to convert that character varying
to an Integer
type, what exactly is I need to get the return value in Integer
datatype
Database : postgresql-9.2
for example in a table one field is character varying
so how to convert that character varying
to an Integer
type, what exactly is I need to get the return value in Integer
datatype
Database : postgresql-9.2
i would suggest to make Functions to do the job i.e
You may try like this:
or extend that like thats