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.
Create table on Oracle using file created within the Python script - Stack Overflow
评论列表(0)
- 暂无评论