Quantcast
Channel: Teradata Forums - Database
Viewing all articles
Browse latest Browse all 14773

Common Table Expression Within View - response (1) by ddracod

$
0
0

Hi ~ I'm wondering if someone had answered this question, because I'm running into the same problem. To simplify the code, this is what I'm trying to do and getting the same error message:
CREATE VIEW EDW_CPD.vw_PMC_TEST AS
(
WITH TEST (LABEL) AS
(
SELECT 'TEST' AS LABEL
)
SELECT *
FROM TEST
)
Any help is appreciated.
Thank you!
D.
 
 
 


Viewing all articles
Browse latest Browse all 14773

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>