mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
22cb247c74
comparison" table, "SQL Complete, Really", page 162
7 lines
119 B
Text
7 lines
119 B
Text
#
|
|
# system functions
|
|
#
|
|
|
|
select database(),user() like "%@%";
|
|
select version()>=_utf8"3.23.29";
|
|
select TRUE,FALSE,NULL;
|