We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fca0b5b commit ee24cb6Copy full SHA for ee24cb6
articles/synapse-analytics/sql/develop-tables-external-tables.md
@@ -41,6 +41,8 @@ You can create external tables using SQL on-demand via the following steps:
41
2. CREATE EXTERNAL FILE FORMAT
42
3. CREATE EXTERNAL TABLE
43
44
+---
45
+
46
### Security
47
48
User must have `SELECT` permission on external table to read the data.
@@ -69,7 +71,7 @@ WITH
69
71
[;]
70
72
```
73
-#### [SQL on-demand](#tab/sql-ondemand)
74
+#### [SQL on-demand](#tab/sql-on-demand)
75
76
```syntaxsql
77
CREATE EXTERNAL DATA SOURCE <data_source_name>
0 commit comments