dorjan_bee
03-18-02, 06:26
| Hi everyone, I try to create tables with dynamic names, that means that i add the creation date to the table name ( e.g. myTable20020301 ) in Sybase 11 Is there any possibility to use a parameter as tablename ? |
View Full Version : Create Table with dynamic name
| Hi everyone, I try to create tables with dynamic names, that means that i add the creation date to the table name ( e.g. myTable20020301 ) in Sybase 11 Is there any possibility to use a parameter as tablename ? |
| http://www.sypron.nl/dynsql.html Create the table with some name which you won't be using, then rename it with sp_rename. |