Hi, 
I was hoping someone could tell me if it was possible to select all words
containing ceratin letters. 

Eg 

If i had a table wit a word column that had a huge list of words and i
wanted to select every word that contained all these letters "qdsa". 

Then it would return the words: 

quads 
quidas 

ect 

but wouldn't return 

queen 

because queen does not contain all letters specified. 

Would it be something like this: 

select * from word where word = "qsda"; 

THat doesn't work by the way :) 

Any help would be great. 

Thanks 


--
View this message in context: 
http://www.nabble.com/Need-sql-query-help-t1844399.html#a5034347
Sent from the SQLite forum at Nabble.com.

Reply via email to