View Single Post
Old 04-10-2008, 06:18 PM   #8 (permalink)
sketchMedia
The Prestige
Advanced Programmer Top Contributor Good Samaritan 
 
sketchMedia's Avatar
 
Join Date: Oct 2007
Location: Manchester, UK
Posts: 854
Thanks: 32
sketchMedia is on a distinguished road
Default

Quote:
Actually no, if you look in the end of the error message it says
Code:
WHERE hash = '132f0d58ef38cd0cd91b5'
wich is the second line in the sql statement.
Not quite sure how to respond to that tbh.

'WHERE' is actually part of your query not an error message.

so i wanst far from the mark as salathe said you cant have 2 querys hence why
anyway glad you got it sorted.
Code:
SET date = '2008-04-10' WHERE hash = '7300ba4b247142ae68edc24029638129';
UPDATE aaa_gallery SET date = '2008-04-10' WHERE hash = '132f0d58ef38cd0cd91b56334b702efd';
failed near ';
__________________
mysql> SELECT * FROM `users` WHERE `users`.`clue` > 0;
Empty set (0.00 sec)
sketchMedia is offline  
Reply With Quote