Using SQL Queries in Crystal Reports

table names to be safe. The same statement could be written like this: SELECT ‘Customer Name’, ‘City’, ‘Country’ FROM ‘Customer’ Depending on the type of database, table names can also be prefixed with the associated database name, for example, MyDatabase.MyTable. When using a qualified name such as ................
................