mardi 19 mai 2015

Sqlite query to select similar unknown rows

The table is in following format

 item | price | quantity
 xyz  |   20  |10
 xyz  |   20  |10
 abc  |   10  |40
 def  |   60  |110

I want to select all values which is equivalent to "xyz" in the item column.

Aucun commentaire:

Enregistrer un commentaire