• Jonathan AC Roberts - Thursday, March 14, 2019 5:48 AM

    Another reason why you should always prefix the column names with the table name (or alias) .

    Definitely. Similar to why I always put brackets around logic statements to make it very clear the order of precedence otherwise one small change elsewhere can break an entire query...