Get data from table from a list of strings on MySQL

Posted by steamboy on Stack Overflow See other posts from Stack Overflow or by steamboy
Published on 2010-04-27T19:33:01Z Indexed on 2010/04/27 19:33 UTC
Read the original article Hit count: 304

Filed under:
|
|

Hello,

How can I query data from a table available on a list of strings?

I only want to get the data from the list of strings.

Example:
Table
ID Name
1  Big
2  Small
3  Extra
4  Orange
5  Drink

List of Strings:
Big
Small
Extra

Thanks!

© Stack Overflow or respective owner

Related posts about mysql

Related posts about query