Is your feature request related to a problem? Please describe.
When working with scripts that contain errors calling CREATE TABLE again causes the error. The temp table needs to be droped prior running the script again.
Describe the solution you'd like
Allow Statement DROP TABLE IF EXISTS #TableName similar to sql server
Describe alternatives you've considered
Calling DROP TABLE prior script reexecution
Additional context
Add any other context or screenshots about the feature request here.
Sponsorship
If you find this tool useful, please consider sponsoring its development.
Is your feature request related to a problem? Please describe.
When working with scripts that contain errors calling CREATE TABLE again causes the error. The temp table needs to be droped prior running the script again.
Describe the solution you'd like
Allow Statement DROP TABLE IF EXISTS #TableName similar to sql server
Describe alternatives you've considered
Calling DROP TABLE prior script reexecution
Additional context
Add any other context or screenshots about the feature request here.
Sponsorship
If you find this tool useful, please consider sponsoring its development.