MySQL Forums
Forum List  »  German

Re: SELECT * FROM table WHERE blobfield IN (1,2,3,4,5,6,7,8)
Posted by: Frank Bauer
Date: April 04, 2014 04:26AM

Schau dir mal find_in_set an.

SELECT * FROM table WHERE find_in_set(id, '1,2,3,4,5,6,7,8,9')

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: SELECT * FROM table WHERE blobfield IN (1,2,3,4,5,6,7,8)
2297
April 04, 2014 04:26AM


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.