|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
How do you access comments field?
When I create a table, I can put data in a comment field.
qty_per_assy DECIMAL(7,3) comment 'Test Note|field2', How can I programmatically get the data that is stored in this field? Thanks, Gary... |
|
#2
|
||||
|
||||
|
From MySQL Documentation
SHOW TABLE STATUS [FROM db_name] [LIKE 'pattern'] I don't know if this answers your question at all... |
![]() |
| Viewing: Dev Articles Community Forums > Databases > MySQL Development > How do you access comments field? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|