1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-18 23:03:28 +03:00

Simple misc cases - warnings

This commit is contained in:
unknown
2003-01-07 18:59:08 -08:00
parent e3494520c9
commit db67a2ee61
4 changed files with 26 additions and 2 deletions

View File

@ -1,4 +1,4 @@
drop table if exists t1,t2;
drop table if exists t1,t2,t3;
create table t1 (b char(0));
insert into t1 values (""),(null);
select * from t1;