Confirmed users
675
edits
| Line 120: | Line 120: | ||
from ((a left outer join translation as g on a.greeting = g.id and g.locale = 'en-us') | from ((a left outer join translation as g on a.greeting = g.id and g.locale = 'en-us') | ||
left outer join translation as d on a.greeting = d.id and d.locale = 'en-us') | left outer join translation as d on a.greeting = d.id and d.locale = 'en-us') | ||
where | |||
a.id = ''myTargetForFetching'' | |||
+----+----------+----------+ | +----+----------+----------+ | ||