Turbo SQL vs. Local SQL
|
Previous Top Next |
· | Turbo SQL supports standard SQL table and column names, that must contain only alphanumeric characters and the underscore.
|
· | In Turbo SQL you can enter date, time and datetime literals without quotes, the format is dd.mm.yyyy and HH:mm and dd.mm.yyyy_HH:mm:ss.ms
|
· | Turbo SQL does not support Data Definition Language elements, you can use TTdbTable methods instead.
|
· | Turbo SQl only supports inner joins in this version.
|