RE: Wild-card search problem

2001-07-30 Thread winnecon
command line interface? >>> >>>If it is the former, I would imagine there is a problem with your script. >>> >>>HTH >>> >>>Sam Masiello >>>Software Quality Assurance Engineer >>>Synacor >>>(716) 853-1362 x289 >>&g

RE: Wild-card search problem

2001-07-30 Thread Carsten H. Pedersen
> Unfortunately, the problem is not in any one script. It is a > universally repeatable error and happens even when using MySQL in the > command line. > > I tried the suggested SQL query below, but it returned the same > result as before. (Only the first record.) > SELECT name,keywords,descr

RE: Wild-card search problem

2001-07-30 Thread Christopher R. Jones
> >>If it is the former, I would imagine there is a problem with your script. >> >>HTH >> >>Sam Masiello >>Software Quality Assurance Engineer >>Synacor >>(716) 853-1362 x289 >>[EMAIL PROTECTED] >> >> -Original Message- >>F

RE: Wild-card search problem

2001-07-30 Thread winnecon
Sent: Monday, July 30, 2001 3:24 PM >To:[EMAIL PROTECTED] >Subject: Wild-card search problem > > >-- >I have searched through all of the MySQL documentation I can get my >hands on, but still have no explanation for the following "wild-card >search" problem. >

RE: Wild-card search problem

2001-07-30 Thread Sam Masiello
Software Quality Assurance Engineer Synacor (716) 853-1362 x289 [EMAIL PROTECTED] -Original Message- From: winnecon [mailto:[EMAIL PROTECTED]] Sent: Monday, July 30, 2001 3:24 PM To: [EMAIL PROTECTED] Subject:Wild-card search problem -- I have searched through all of the MySQL

Wild-card search problem

2001-07-30 Thread winnecon
-- I have searched through all of the MySQL documentation I can get my hands on, but still have no explanation for the following "wild-card search" problem. I enter the following query: SELECT name,keywords,description from database_t where 1 and name like "p%" LIMIT 0,