[Ilugc] [ILUG-C] [Kanchi-LUG] Find Similar from MySQL using python

2014-04-12 Thread praveen s
Hello everybody, I has a table with the name flipkart (contains all mobile names with prices). In this table I want to fetch similar names of Nokia X, in that table there are many phone named Nokia X (Black), Nokia X (red), Nokia X (yellow). I want to get all of these details by typing

Re: [Ilugc] [ILUG-C] [Kanchi-LUG] Find Similar from MySQL using python

2014-04-12 Thread Rajesh kumar
Dear Praveen, Use like in your sql query and using regex try to find the nearest possiblity of the string. -- regards Rajesh Kumar R.K On Sat, Apr 12, 2014 at 12:30 PM, praveen s praveen9...@gmail.com wrote: Hello everybody, I has a table with the name flipkart (contains all