Selecting Data to Export

Previous Next

See Also

The basic form of a SQL statement that exports data is:

SELECT column_1, column_n

FROM table_a, table_z

[WHERE condition]