Subject select field that is reserved word
Author RB Smissaert
How in FB 1.5 can I do a select with a field that is a Firebird reserved
word? In this case it is the reserved word ACTION.
In Interbase you can enclose the field name in double quotes, but that
doesn't work in Firebird as it will produce the literal string rather than
the table data.
Thanks for any advice.

RBS