Reputation: 1
In my Python script, I have created a set of SQL statements in an output file. I would like to create a table using these SQL statements as my final output table on Oracle rather than run these SQLs on the SQL developer. How to do this? The file name is variable f and has a list of SQL statements.
Upvotes: 0
Views: 25