Skip to Main Content
Spotfire Ideas Portal
Status Future Consideration
Product Spotfire
Categories Data Access
Created by Guest
Created on May 16, 2017

Syntax "with" using custom queries with SQLServer

To simplify the code using SQL Queries, it would be easy to use this syntax :

"with my_table (C1)
as (select column1 from table_dept)
select C1 from my_table"

Database : SQLServer

  • Attach files