You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
existsTable conn "myTable" only works properly if you have a single myTable across all schemas. If you try to check for myTable in the default schema while having a myTable in any other schema, it will reverse the result of the function.
The text was updated successfully, but these errors were encountered:
existsTable conn "myTable"
only works properly if you have a singlemyTable
across all schemas. If you try to check formyTable
in the default schema while having amyTable
in any other schema, it will reverse the result of the function.The text was updated successfully, but these errors were encountered: