How to use parameter in execute sql script?

Hello,
I want to create table using Execute sql script. I want that field name to be used as column name in table.
How can I do this? I have used ? mark to use paramter but it is giving error.

Hello Shubham,

Greetings. You can use the below options to execute your statement.

You can remove the semi semicolon and Select ‘Execute for each row?’ and try to execute the statment.

Also check if you have the same table in database.

Ok thank you !!