Turbo SQL vs. Local SQL
[Previous] [Main] [Next]

Turbo SQL distinguishes itself in some aspects from Borland's Local SQL:
·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.