0
How to concatenate String in Firebird?
I’m trying like this:
select ("00"||"01") AS TESTE from tabela
I’ve tried parentheses, no parentheses, column name, no column name... it just won’t...
is giving the following error:
can’t format message 13:794 -- message file c: Program Files Borland Interbase/Interbase.msg not found. Dynamic SQL Error. SQL error code = -206. Column Unknown. 00. Unknown ISC error 336397208.
It’s like, too bad there’s no way I can test.
– Maniero