no, you need to follow the list rules when posting. That's why you see a
lot of posts that have a line at the end that just says 

mysql,sql,query

or something similar.


And to answer your question, it appears that you are actually attempting
an UPDATE, not an INSERT? i.e.

UPDATE Sellers
SET Logo = 'images/helilogo.jpg'
WHERE seller_id = "1"



> -----Original Message-----
> From: john [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 05, 2002 12:17 PM
> To: [EMAIL PROTECTED]
> Subject: RE: Insert ?'s 
> 
> 
> then you need to fix your filters
> 
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 05, 2002 10:55 AM
> To: john
> Subject: Re: Insert ?'s
> 
> 
> Your message cannot be posted because it appears to be either spam or
> simply off topic to our filter. To bypass the filter you must include
> one of the following words in your message:
> 
> sql,query
> 
> If you just reply to this message, and include the entire 
> text of it in the
> reply, your reply will go through. However, you should
> first review the text of the message to make sure it has 
> something to do
> with MySQL. Just typing the word MySQL once will be 
> sufficient, for example.
> 
> You have written the following:
> 
> 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?
> 
> John
> 

---------------------------------------------------------------------
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

Reply via email to