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 91210a4 commit 4efd31eCopy full SHA for 4efd31e
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