spurious select ERROR 1191 when insert into ... select * is done on fulltext table

2008-04-03 Thread schoenfr
>Description: copying a table with a fulltext index via insert into ft1 select * from ft2; into a identical table sometimes leads to select error 1191 when concurrent select's are running. this happens in an enviroment where the searched

RE: SELECT ERROR

2005-02-23 Thread Ed Curtis
= fake.id; it > simply doesn't know where to get fake.id > > > >From: Ed Curtis <[EMAIL PROTECTED]> > >To: mysql@lists.mysql.com > >Subject: SELECT ERROR > >Date: Wed, 23 Feb 2005 08:02:21 -0500 (EST) > > > > > >I'm trying to com

RE: SELECT ERROR

2005-02-23 Thread mel list_php
s.mysql.com Subject: SELECT ERROR Date: Wed, 23 Feb 2005 08:02:21 -0500 (EST) I'm trying to compare 2 tables and keep getting an error. SELECT * from listings where listings.id = fake.id; The error is "Error 1109: Unknown table 'fake' in where clause" or "Error 1109:

SELECT ERROR

2005-02-23 Thread Ed Curtis
I'm trying to compare 2 tables and keep getting an error. SELECT * from listings where listings.id = fake.id; The error is "Error 1109: Unknown table 'fake' in where clause" or "Error 1109: Unknown table 'listings' in where clause" depending on the table order at the end of the query. Both tabl

Re: insert into from select error

2002-06-18 Thread Zak Greant
Hi David, Can you run the query in the MySQL command line client? -- __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Zak Greant <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Advocate /_/ /_/\_, /___/\___\_\___/ Calgary, Canada <___/ www.mysql.com