338
338
t1 CREATE TEMPORARY TABLE `t1` (
346
346
set @arg00= 8, @arg01= 8.8, @arg02= 'a string', @arg03= 0.2e0;
347
347
create temporary table t1 as select @arg00 as c1, @arg01 as c2, @arg02 as c3, @arg03 as c4;
350
350
t1 CREATE TEMPORARY TABLE `t1` (
357
357
SET GLOBAL table_open_cache=-1;