Mar 02, 2026: Using standard SQL clauses to query semantic views (General availability)¶
The ability to use SQL clauses in a SELECT statement to query a semantic view is now generally available and is no longer in Preview.
You can specify the name of the semantic view in the FROM clause, rather than specifying the SEMANTIC_VIEW clause. For example, the following query specifies the SEMANTIC_VIEW clause:
The following statement demonstrates how to execute the same query without specifying the SEMANTIC_VIEW clause:
For information, see Specifying the name of the semantic view in the FROM clause.