How to concatenate String in Firebird?
I'm trying like this:
select ("00"||"01") AS TESTE from tabela
I have tried with parentheses, no parentheses, with column name, without the column name ... it just will not ...
is giving the following error:
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.