MySQL Forums
Forum List  »  MySQL Workbench

Re: SELECT in array/list
Posted by: Peter Brawley
Date: December 25, 2017 01:38PM

No arrays in MySQL, but In( <list> ) accepts comman-separated of values eg ... select ... from ... where id in(6,2,897,...)

Options: ReplyQuote


Subject
Views
Written By
Posted
17836
December 24, 2017 11:29PM
Re: SELECT in array/list
4536
December 25, 2017 01:38PM
2461
December 25, 2017 01:59PM
2605
December 26, 2017 11:04AM


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.