I am trying the following code to drop a table in Azure Synapse
drop dbo.tablename
drop tablename
But I keep on getting errors such as:
Unknown object type 'ts_originationopportunity' used in a CREATE, DROP, or ALTER statement.
Or
Unknown object type 'dbo' used in a CREATE, DROP, or ALTER statement.
Can someone let me know what is the correct syntax to drop a table in Azure Synapse Serverless Builtin Pool please