[This topic is migrated from our old forums. The original author name has been removed]
Hi,
SQL editor should highlight reserved words, even if the separator is an apostroph (chr(39)) or a double apostroph (chr(34)) instead of a space, as in:
where"COL"like'%\_RO%'escape'\'
By the way, that seems to be legal SQL.
In 7.1.5, "where", "like" and "escape" have been highlighted.
Regards,
Freewater
anonymous