I am using Queryman V 5.2 for Teradata querying. For some reason when I create a view, it concatenates all of the information together when you run a show view. But if you run it through a BTEQ on the mainframe, it looks just like you format you entered.(Note: This is only for creating views not tables) Is this some sort of setting for Queryman or just a flaw?
REPLACE VIEW MYDATABASE.VTEST
AS
SELECT X
FROM MYDATABASE.TABLE;
Thank you so much for the help! This forum rocks!
REPLACE VIEW MYDATABASE.VTEST
AS
SELECT X
FROM MYDATABASE.TABLE;
Thank you so much for the help! This forum rocks!