mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
53c5d448a2
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;
|