1
by brian
clean slate |
1 |
select @@collation_connection; |
2 |
select hex(weight_string('a')); |
|
3 |
select hex(weight_string('A')); |
|
4 |
select hex(weight_string('abc')); |
|
5 |
select hex(weight_string('abc' as char(2))); |
|
6 |
select hex(weight_string('abc' as char(3))); |
|
7 |
select hex(weight_string('abc' as char(5))); |