Using Reserved Word TimeStamp as a field name (Firebird 2.5)

假装没事ソ 提交于 2019-12-01 06:28:57

The firebird escape character is the double quote ". Note that in firebird if you have a field that you have to escape with double quotes, it also becomes case sensitive. So, if you've declared your field as TimeStamp, then select "TIMESTAMP" ... will fail with a field not found error.

I have no idea if it works, but have you tried double quotes around "TimeStamp", single quotes usually indicate a constant string.

Regards
K

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!