isstring
returns true if its argument is of type varchar
boolean isstring
(
arg anything);
Parameters
arg – Some variable to be assessed.
Description
isstring returns one if its argument is of type VARCHAR, zero otherwise.
isstring('Cadena de los patos amarillos')
-> 1 (Yes it is a string)