I am creating database at runtime and I want to create the tables in that database at the same time. Can anyone give me any thought on how to do that? For Example -
I h
You can use the PREPARE feature to execute dynamic SQL.