Commit f948d7bb authored by unknown's avatar unknown

added newline at the end of the file.

parent ff23273b
......@@ -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;
\ No newline at end of file
drop table t1;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment