Skip to content

Commit 4efd31e

Browse files
authored
Update table.md
the name space shold be the same. I tested and it works without dbo
1 parent 91210a4 commit 4efd31e

File tree

1 file changed

+1
-1
lines changed
  • articles/synapse-analytics/metadata

1 file changed

+1
-1
lines changed

articles/synapse-analytics/metadata/table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ df.Write().Mode(SaveMode.Append).InsertInto("mytestdb.myparquettable");
140140
Now you can read the data from your serverless SQL pool as follows:
141141

142142
```sql
143-
SELECT * FROM mytestdb.dbo.myparquettable WHERE name = 'Alice';
143+
SELECT * FROM mytestdb.myparquettable WHERE name = 'Alice';
144144
```
145145

146146
You should get the following row as result:

0 commit comments

Comments
 (0)