mirror of
https://github.com/MariaDB/server.git
synced 2026-04-18 22:35:33 +02:00
5 lines
82 B
Text
5 lines
82 B
Text
create temporary table t1 as select 1;
|
|
handler t1 open;
|
|
handler t1 read next;
|
|
1
|
|
1
|