mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Strings comparison is now done according to "Collating sequences used for
comparison" table, "SQL Complete, Really", page 162
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
select database(),user() like "%@%";
|
||||
database() user() like "%@%"
|
||||
test 1
|
||||
select version()>="3.23.29";
|
||||
version()>="3.23.29"
|
||||
select version()>=_utf8"3.23.29";
|
||||
version()>=_utf8"3.23.29"
|
||||
1
|
||||
select TRUE,FALSE,NULL;
|
||||
TRUE FALSE NULL
|
||||
|
Reference in New Issue
Block a user