-
- Downloads
"...postgres-lambda-diff.git" did not exist on "75c76e93c78bd2ac7402b877a42befd534eb354f"
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...
Loading
Please register or sign in to comment