mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
305d16a7cb
New operators MOD and DIV SELECT ... FROM DUAL TRUE = 1 and FALSE = 0
7 lines
114 B
Text
7 lines
114 B
Text
#
|
|
# system functions
|
|
#
|
|
|
|
select database(),user() like "%@%";
|
|
select version()>="3.23.29";
|
|
select TRUE,FALSE,NULL;
|