Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Azure Synapse Serverless has only
External TablesandViews.The auto complete for these
External tablesonly works if we use the full qualified name for the table"database_name.schema.table_name"which is different from the SQLServer (for example)"table_name".Example of auto complete working for Synapse Serverless:
Example of auto completeworking for SQLServer:
Is there any place where i can configure to use just the
table_name, instead of the full qualified name to use the autocomplete easier?Thx!
Beta Was this translation helpful? Give feedback.
All reactions