Skip to content

Commit 375bf2a

Browse files
committed
Merge branch 'patch-1' of https://github.com/Yazdanifard/azure-docs into public-updates
2 parents acd3bca + 4efd31e commit 375bf2a

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)