I've been in an argument with one of our devs that took an update statement with an inner join and made it a left join (because inner was missing some records somehow in the left table - tableB in ...
Getting frustrated with my lack of SQL-foo ...<BR><BR>I want to update my 'main' table based on the query of an 'editor' table (a copy of the 'main' table with the additional field named delta which ...