It’s a long time I didn’t integrate xhtml/css pages. Well yesterday night I did. BUT, I’m on OS X now, and unfortunately it’s not the case of all the surfers. And of course my page has to display correctly on Internet Explorer.
I have Windows Vista on my old PC, but ie7 is i ...
I noticed something weird today, while attempting to do a DELETE query with a JOIN statement. The syntax was simple though:
DELETE FROM
tableA
JOIN
tableB ON tableA.tableB_id = tableB.id
WHERE
tableA.foo = 'bar'
And it doesn’t work! It’s a syntax error ...