Won't Do
Details
Assignee
UnassignedUnassignedReporter
lpjirasynclpjirasync(Deactivated)Priority
High
Details
Details
Assignee
Unassigned
UnassignedReporter
lpjirasync
lpjirasync(Deactivated)Priority
Smart Checklist
Smart Checklist
Smart Checklist
Created January 24, 2018 at 3:15 PM
Updated February 3, 2018 at 9:26 PM
Resolved January 24, 2018 at 3:16 PM
**Reported in Launchpad by Baron Schwartz last update 13-03-2013 14:57:26
JOI.003 does not apply to this query:
select f FROM t1
inner join t2 using (c)
left outer join t2 as aliased using(c)
where t2.id = f.id
That is because the WHERE is against the t2 table, not the "aliased" table which is left joined.