
|
If you were logged in you would be able to see more operations.
|
|
|
| Planning Status: |
Unspecified
|
|
select b.*
from rdb$database a
left join (
select count(*) c
from rdb$database
) b on 1 = 0;
C
============
0
It should return NULL.
|
|
Description
|
select b.*
from rdb$database a
left join (
select count(*) c
from rdb$database
) b on 1 = 0;
C
============
0
It should return NULL.
|
Show » |
| There are no comments yet on this issue.
|
|