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.
2 parents acd3bca + 4efd31e commit 375bf2aCopy full SHA for 375bf2a
articles/synapse-analytics/metadata/table.md
@@ -140,7 +140,7 @@ df.Write().Mode(SaveMode.Append).InsertInto("mytestdb.myparquettable");
140
Now you can read the data from your serverless SQL pool as follows:
141
142
```sql
143
-SELECT * FROM mytestdb.dbo.myparquettable WHERE name = 'Alice';
+SELECT * FROM mytestdb.myparquettable WHERE name = 'Alice';
144
```
145
146
You should get the following row as result:
0 commit comments