Hello Yves,

> is it possible to get information about tables by doing queries on some
system
> tables? I am using mysql version 4.1.11 on debian sarge.
>
> In my case I need to know which columns (names and types) a table has, and
how
> the primary key is defined.
>
> How can I get this information out of mysql by only using sql ?

Have a look at the SHOW commands in the documentation.

As for system tables, MySQL 4.1 hardly has any.

Martijn Tonies
Database Workbench - development tool for MySQL, and more!
Upscene Productions
http://www.upscene.com
My thoughts:
http://blog.upscene.com/martijn/
Database development questions? Check the forum!
http://www.databasedevelopmentforum.com


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to