How to find if a column name is a reserved keyword across various databases
We have a legacy schema file which has the following column names, would like to understand if any of them would cause an issue if we port our application to h2, mysql, postgres or oracle. e.g how would I know if using this would be ok across the databases listed below. Are there any good tools which can do a preliminary check on this? key when size type count from with Should be quite easy to get the list of reserved words and build a table of the reserved words. Here are some lists of reserved words: Oracle: http://download.oracle.com/docs/cd/B19306_01/em.102/b40103/app_oracle_reserved_words