I am trying to run a CTE in script form
e.g
with CTE as
(select * from sometable);
on running this code part alone in the I am getting the error
^ found "" (at char 152) expecting
SELECT' or
'('' */
Please let me know how to run this query. thanks