Skip to content
Snippets Groups Projects
Commit 2a76aa23 authored by Vadim B. Mikheev's avatar Vadim B. Mikheev
Browse files

We have to return dummy tuple for empty targetlist!

Try select t1.x from t1, t2 where t1.y = 1 and t2.y = 1
- t2 scan target list will be empty and so no one tuple
will be returned...
parent f8f0efb4
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment