On 2019-11-12 10:14, Mark Rotteveel m...@lawinegevaar.nl [firebird-support] wrote: > On 2019-11-12 10:03, Norbert Saint Georges n...@tetrasys.eu > [firebird-support] wrote: >> Good morning all, >> >> Is there an exhaustive list of all the words reserved by version of >> firebird (3.x, 4.x) somewhere? >> >> Thank you in advance. > > Yes, it is in the doc folder: > https://github.com/FirebirdSQL/firebird/blob/master/doc/sql.extensions/README.keywords
If you want an exhaustive list, I also have a database (created using https://github.com/mrotteveel/firebird-reserved-words). I use that database to generate metadata information in Jaybird (which needs a list of keywords not in SQL:2003). I'll put a backup of the latest version of that database online somewhere later today. Mark