RE: Mysql newbie show table question

2002-06-06 Thread Roger Baklund
* marc malacarme > I can¹t seem to make any of the describe or show queries work > when I apply a search statement: > Query=show table status from demo; > Works fine. Now I¹m trying to get info from only one table: > Query=show table status from demo where name like "user_access"; > Does no work.

Re: Mysql newbie show table question

2002-06-05 Thread Adam Hooper
Hrm. Closest I can think of is EXPLAIN SELECT * FROM demo WHERE name LIKE 'user_access'; I think this is what you mean. Adam Hooper [EMAIL PROTECTED] On Fri, 31 May 2002 08:44:49 -0700 marc malacarme <[EMAIL PROTECTED]> wrote: > I can¹t seem to make any of the describe or show queries work wh

Re: Mysql newbie show table question

2002-06-01 Thread Victoria Reznichenko
marc, Friday, May 31, 2002, 6:39:54 PM, you wrote: mm> I can¹t seem to make any of the describe or show queries work when I apply a mm> search statement: mm> Query=show table status from demo; mm> Works fine. Now I¹m trying to get info from only one table: mm> Query=show table status from demo w

Re: Mysql newbie show table question

2002-05-31 Thread Adam Hooper
Hrm. Closest I can think of is EXPLAIN SELECT * FROM demo WHERE name LIKE 'user_access'; I think this is what you mean. Adam Hooper [EMAIL PROTECTED] On Fri, 31 May 2002 08:44:49 -0700 marc malacarme <[EMAIL PROTECTED]> wrote: > I can¹t seem to make any of the describe or show queries work wh

Mysql newbie show table question

2002-05-31 Thread marc malacarme
I can¹t seem to make any of the describe or show queries work when I apply a search statement: Query=show table status from demo; Works fine. Now I¹m trying to get info from only one table: Query=show table status from demo where name like "user_access"; Does no work. Thank You

Mysql newbie show table question

2002-05-31 Thread marc malacarme
I can¹t seem to make any of the describe or show queries work when I apply a search statement: Query=show table status from demo; Works fine. Now I¹m trying to get info from only one table: Query=show table status from demo where name like "user_access"; Does no work. Thank You