Dialect
Status: Alpha
Brought to you by:
gkello
Some property to choose SQL dialect and/or version?
Although mayor SQL languajes support ansi sql-92
standard, there are some diferencies between them.
For example, MS SQL support "Select Top n..." but
Firebird sintax is "Select first n..."
Another example: MS SQL may use [] or "" for fields
delimmiter, but Interbase use only ""