mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
merged
sql/item_cmpfunc.h: Auto merged mysql-test/r/join_outer.result: !bk-eb merged mysql-test/t/join_outer.test: !bk-eb merged
This commit is contained in:
commit
df93b4fa35
3 changed files with 10 additions and 1 deletions
|
|
@ -917,4 +917,10 @@ a b a b
|
|||
1 1 1 2
|
||||
2 1 2 2
|
||||
3 1 NULL NULL
|
||||
SELECT * FROM t1 LEFT JOIN t2 ON t1.a=t2.a WHERE not(0+(t1.a=30 and t2.b=1));
|
||||
a b a b
|
||||
1 1 1 2
|
||||
2 1 2 2
|
||||
3 1 NULL NULL
|
||||
4 2 NULL NULL
|
||||
DROP TABLE t1,t2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue