Subject size of the field
Author nadabadan
Hi,
Is there a strlen statement in FireBird SQL to get the size of a
field? For example...

If i do "INSERT INTO TABLE1( field1 ) VALUES( "ABC" );

then is something like

SELECT strlen(field) from TABLE1; ?

Thanks.

Nada