Skip to content

Commit 5a4d2b4

Browse files
Merge pull request #241787 from ilijazagorac/patch-15
Update create-use-views.md
2 parents 1b379d3 + 91ac7a5 commit 5a4d2b4

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)