![]() |
|
Archives of the TeradataForumMessage Posted: Wed, 27 Oct 2010 @ 09:42:18 GMT
Hi You are missing the "on commit preserve rows" clause. Please see example below:
CREATE VOLATILE TABLE f
AS (SELECT * FROM dbc.dbcinfo)
WITH DATA
ON COMMIT PRESERVE ROWS;
select * from f;
You should see data! Regards Frank
| ||||||||||||||||||||||||||||||||||||||||||||||||
| | ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
|
| ||||||||||||||||||||||||||||||||||||||||||||||||
| Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
| Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||