Re: Python and MySQL server

2005-07-14 Thread Bruno Desthuilliers
Unknown a écrit : > Python 2.4 > Linux kernel 2.6.12 > > Hi, > > 1. How do I make the following statement to search for all Strings I > input from console? > > for example, with the code below I need to enter %hello world% (yeah, > including the % symbols) to find all entries for hello world on

Python and MySQL server

2005-07-14 Thread Unknown
Python 2.4 Linux kernel 2.6.12 Hi, 1. How do I make the following statement to search for all Strings I input from console? for example, with the code below I need to enter %hello world% (yeah, including the % symbols) to find all entries for hello world on the tableName. But I want to set the %