more tests
This commit is contained in:
parent
dcaaf2ab80
commit
6a35bf41df
|
@ -0,0 +1,2 @@
|
||||||
|
select quote(binary_9) from nulls where rowid = 2 and binary_9 is not X'00'
|
||||||
|
X'0101'
|
|
@ -0,0 +1 @@
|
||||||
|
select quote(binary_9) from nulls where rowid = 1 and binary_9 is not X'00'
|
|
@ -0,0 +1,2 @@
|
||||||
|
select count(*) from nulls where binary_9 not null
|
||||||
|
50
|
|
@ -0,0 +1,2 @@
|
||||||
|
select count(*) from nulls where not binary_9 not null
|
||||||
|
49
|
Loading…
Reference in New Issue