SQL Script Returning Errors - Invalid object name 'temp1'
说明
Invalid object name 'temp1' when running SQL Script in Automation using SQL To File or Export Wizard. Toad Automation does not support GO keyword in the syntax
原因
The SQL Script has a GO keyword on the syntax.
解决办法
Remove all the GO keywords from the syntax in the SQL Script.