blob: d04af2c44947b897f24c8a4c9285fecc26a3dbcf [file] [log] [blame]
CREATE TEMPORARY TABLE temp_tbl_4wop
AS
SELECT * FROM typeall_l;
SELECT col_vrchr2 FROM temp_tbl_4wop;
DROP TABLE temp_tbl_4wop;