in reply to Re: Querying and parsing MySQL data types
in thread Querying and parsing MySQL data types
DESCRIBE t_tm1_export_import_attributes;
| Field | Type | Null | Key | Default | Extra |
|---|---|---|---|---|---|
| f_node_id | int(10) unsigned | NO | PRI | ||
| f_transfertype | enum('export','import') | NO | export | ||
| f_cube | varchar(100) | NO | cubename | ||
| f_active | enum('Y','N') | NO | Y | ||
| f_checkposliste | enum('0','1') | NO | 0 | ||
| f_kumulativ | enum('0','1') | NO | 0 | ||
| f_bstdimnr | int(11) | NO | 0 | ||
| f_file | varchar(300) | NO | |||
| f_info | varchar(300) | NO |
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
FootballPerl is like chess, only without the dice
|
|---|