MySQL Forums
Forum List  »  InnoDB

Re: I need help!
Posted by: Original Meister
Date: August 02, 2005 04:30AM

I again !

I have also tried with :

INSERT INTO bans (`FIRST`, `last`) SELECT ip FROM peers WHERE uploaded = '0';

but it told me : #1136 - Column count doesn't match value count at row 1 ??


If I only use (`FIRST`), or (`last`), it seems to work but it only takes the first values of the row (ex: if the result (ip) is 88.88.88.88 it inserts only 88) !

Why this happens??

Options: ReplyQuote


Subject
Views
Written By
Posted
2411
August 02, 2005 04:10AM
Re: I need help!
1792
August 02, 2005 04:30AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.