Subject | RE: [firebird-support] Left join and computed columns - Email found in subject |
---|---|
Author | Leyne, Sean |
Post date | 2012-05-25T17:04Z |
Rick,
My initial thinking was that was as expected, but in thinking further...
If no row in the LEFT table exists, then all columns for the row should be NULL, so this would be a bug.
Sean
> A query with a left join to a table with a computed column returned values inI don't have a copy of SQL standard or the required decoder ring to make sense of it.
> the computed column even though the row didn't exist in the table. All
> other non-computed values came back as null, which was to be expected.
> Is this a bug, or correct by SQL specifications?
My initial thinking was that was as expected, but in thinking further...
If no row in the LEFT table exists, then all columns for the row should be NULL, so this would be a bug.
Sean