| Bug #1600 | column's default value should be provided in a clean way | ||
|---|---|---|---|
| Submitted: | 19 Oct 2003 11:30 | Modified: | 21 Dec 2005 12:30 |
| Reporter: | Paisa Seeluangsawat | Email Updates: | |
| Status: | Won't fix | Impact on me: | |
| Category: | MySQL Server | Severity: | S4 (Feature request) |
| Version: | any | OS: | Any (any) |
| Assigned to: | CPU Architecture: | Any | |
[19 Oct 2003 11:30]
Paisa Seeluangsawat
[21 Dec 2005 12:30]
Valeriy Kravchuk
Thank you for a feature request. You may try to use SELECT ... FROM INFORMATION_SCHEMA.COLUMNS ... in version 5.0 (http://dev.mysql.com/doc/refman/5.0/en/columns-table.html) to get only default values and only for the columns you are interested in.
