Re: how to count columns in SQL?

2004-09-16 Thread SGreen
AFAIK, exposing the database schema tables/views is on the todo list for 5.x. Until then you will have to count the # of rows that comes back from describe table. Shawn Green Database Administrator Unimin Corporation - Spruce Pine Monet [EMAIL PROTECTED] wrote on 09/16/2004 03:50:55 PM: Hi,

RE: how to count columns in SQL?

2004-09-16 Thread Lewick, Taylor
] [mailto:[EMAIL PROTECTED] Sent: Thursday, September 16, 2004 3:18 PM To: Monet Cc: mysql Subject: Re: how to count columns in SQL? AFAIK, exposing the database schema tables/views is on the todo list for 5.x. Until then you will have to count the # of rows that comes back from describe table. Shawn

Re: how to count columns in SQL?

2004-09-16 Thread Rhino
gather up all of this information. Rhino - Original Message - From: [EMAIL PROTECTED] To: Monet [EMAIL PROTECTED] Cc: mysql [EMAIL PROTECTED] Sent: Thursday, September 16, 2004 4:17 PM Subject: Re: how to count columns in SQL? AFAIK, exposing the database schema tables/views