Viewing profile — jgilfillan
jgilfillan
HN member- Joined
- Thu, Nov 03, 2016, 9:43 AM UTC
- HN karma
- 1
- Public activity
- 1 items
- HN profile
- View on Hacker News ↗
About jgilfillan
No profile information was provided.
Recent public activity
-
comment
Comment #12862619
This is how I write SQL: select col1 ,col2 ,col3 from table1 a left join table 2 b on a.col1 = b.col2 where 1=1 and col1 = 'condition' and col2 = 'condition2' ; * everything lower …