re: displaying constraints

2003-02-27 Thread Victoria Reznichenko
On Thursday 27 February 2003 11:05, gregory lefebvre wrote: > My tables are MyIsam type. I put some contraints for compatibility. > When I enter a "desc table ;" I cannot see which contraints belong to > this table. > What is the SQL command line to do this ? MyISAM doesn't support foreign key co

displaying constraints

2003-02-27 Thread gregory lefebvre
Hye the list, My tables are MyIsam type. I put some contraints for compatibility. When I enter a "desc table ;" I cannot see which contraints belong to this table. What is the SQL command line to do this ? Thanks a lot. Greg ---