Skip to content

Commit 91ac7a5

Browse files
authored
Update create-use-views.md
Explanation why sometimes querying views can give unexpected results.
1 parent 6616517 commit 91ac7a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/synapse-analytics/sql/create-use-views.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,8 @@ ORDER BY
190190
[population] DESC;
191191
```
192192

193+
When you query the view, you may encounter errors or unexpected results. This probably means that the view references columns or objects that were modified or no longer exist. You need to manually adjust the view definition to align with the underlying schema changes.
194+
193195
## Next steps
194196

195197
For information on how to query different file types, refer to the [Query single CSV file](query-single-csv-file.md), [Query Parquet files](query-parquet-files.md), and [Query JSON files](query-json-files.md) articles.

0 commit comments

Comments
 (0)