I m working with Sybase Central using Adaptive Server Anywhere 9 and I want some examples of how to use tempDB.
How can I insert some records in to a temporary table?
I tried:
select * into TempDB.dba.#testing from testTable
But I got the following error:
Syntax error near . on line 1