Skip to content

Commit ee24cb6

Browse files
committed
fix tags
1 parent fca0b5b commit ee24cb6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/synapse-analytics/sql/develop-tables-external-tables.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ You can create external tables using SQL on-demand via the following steps:
4141
2. CREATE EXTERNAL FILE FORMAT
4242
3. CREATE EXTERNAL TABLE
4343

44+
---
45+
4446
### Security
4547

4648
User must have `SELECT` permission on external table to read the data.
@@ -69,7 +71,7 @@ WITH
6971
[;]
7072
```
7173

72-
#### [SQL on-demand](#tab/sql-ondemand)
74+
#### [SQL on-demand](#tab/sql-on-demand)
7375

7476
```syntaxsql
7577
CREATE EXTERNAL DATA SOURCE <data_source_name>

0 commit comments

Comments
 (0)