Updated SQL Reserved Words Checker
Published on March 28, 2006
By Pete Freitag
By Pete Freitag
I just updated my SQL reserved words checker to include a few new words from MySQL 5 that it wasn't picking up.
I use the tool when I'm designing a database table, or column. It can tell you if a value is a reserved word in MySQL, PostgreSQL, Oracle, or SQL Server.
Updated SQL Reserved Words Checker was first published on March 28, 2006.
If you like reading about sql, reserved, databases, or mysql then you might also like:
- Sphinx - Open Source SQL Full Text Search Engine
- MySQL FULLTEXT Indexing and Searching
- SELECT a random row with SQL
- Insert Delayed with MySQL