mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 07:14:17 +01:00
7 lines
36 B
Text
7 lines
36 B
Text
|
select 1+1;
|
||
|
1+1
|
||
|
2
|
||
|
select 1+2;
|
||
|
1+2
|
||
|
3
|