On my postgresql database, i've declared all String field as
character(n)
Now i have some function that takes string argument as
carchar(n)
are this two datatype compatible or should i change type in function or in table declarement?
On my postgresql database, i've declared all String field as
Now i have some function that takes string argument as
are this two datatype compatible or should i change type in function or in table declarement? |
|||
|