mirror of
https://github.com/MariaDB/server.git
synced 2025-08-23 03:54:27 +03:00
6 lines
82 B
Plaintext
6 lines
82 B
Plaintext
create temporary table t1 as select 1;
|
|
handler t1 open;
|
|
handler t1 read next;
|
|
1
|
|
1
|