Copy link to clipboard
Copied
I am attempting to create a record set starting with cte as in my SQL statement. I have successfully ran the statement on the SQL server but DW says I need to start with a SELECT when creating a record set. Any way around this besides creating a stored procedure?
Any help is greatly appreciated
Copy link to clipboard
Copied
I've never used a CTE with DW, but my guess is that you will need to code this by hand. Other than that, can you use a derived table to accomplish your goal?
Copy link to clipboard
Copied
Thanks bregent I'll give the derived table a shot
Find more inspiration, events, and resources on the new Adobe Community
Explore Now