On Friday 05 April 2002 10:16 am, john wrote:
>
> Insert into Sellers (Logo) values ('images/helilogo.jpg') where Seller_ID =
> "1";
>
> that is the command that I am attempting to issue, but states the where...
> is wrong. What's wrong with that?It isn't valid SQL. You are, I think, trying to do an update rather than an insert, though I'm not sure. --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
