As a beginner in the use of databases I would like to backup a table before doing changes sometime and I understand the correct syntax is:
SELECT * INTO newTable from table
This is not listed as an exclusion in HELP LIMITATIONS but doesn't appear to work (it just ignores the INTO newTable part).
Am I doing something wrong?
Many thanks,
Howard.
2008-03-06 20:42:31 UTC in tinysql