MySQL Subqueries and INNER JOINs 2009 Apr 3
Two advanced MySQL tips today:
- Never use a subquery inside a WHERE field IN(…) list
- How-to: Update values in a table from a calculation that uses the table’s own values, in a single query
Comments (0)
68 views
