Hello everyone.

I'm having a problem with filtering SELECT results.
I've got a table with a column "capacity" which contains values like "1-3 
kW", "5 kW"..etc
And i've got some filter search with user text input which submit the needed 
capacity. (let's say '2')
So, i need to be able to obtain first entry (with '1-3 kW') as a result of 
user's submission '2'.
In other words, how can i explain to the filter function that user's number 
'2' contains in '1-3' range from the table.

PS I hope you'll understand what i'm trying to say.)

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to