mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
7 lines
36 B
Text
7 lines
36 B
Text
|
select 1+1;
|
||
|
1+1
|
||
|
2
|
||
|
select 1+2;
|
||
|
1+2
|
||
|
3
|