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

added newline at the end of the file.

This commit is contained in:
unknown
2004-05-17 13:40:02 +05:00
parent ff23273b7a
commit f948d7bb24

View File

@ -171,4 +171,4 @@ DROP TABLE t1;
create table t1(a char(4));
insert into t1 values ('one'),(NULL),('two'),('four');
select a, quote(a), isnull(quote(a)), quote(a) is null, ifnull(quote(a), 'n') from t1;
drop table t1;
drop table t1;