Best unofficial Apache Server developers community |
|
Hai all, I want to know how to create dynamic table in mySql . I have used dynamic table in Sqlserver 2008 but i am new to mySql . Is it possible ? Eg: In Sql server i have created Dynamic Customer Table.
Please Help
posted via StackOverflow
|
|
 
|
Pretty easy to do:
It will take the existing field types from the schema where possible.. |
|
 
|
Place the CREATE TABLE statement in @sqlstmt and you are good to go ! The table is a real one. You would have to drop the table afterwards. |