View Single Post

   
  #2 (permalink)  
Old 02-28-2008, 11:29 AM
Kees Nuyt
 
Posts: n/a
Default Re: Getting MySQL table info in perl script Options There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic. There was an error processing your request. Please tr

On Sat, 03 Nov 2007 13:45:47 -0700, Occidental
<Occidental@comcast.net> wrote:

> ..ie the column name, definitions (varchar(100) etc). The most
>obvious way is to parse the output from describe table_name. Is there
>an easier way?


It all depends on what you want to do.
Parsing the output from describe table_name would work but
might not be the easiest way. Have a look at:

http://dev.mysql.com/doc/refman/5.1/...on-schema.html
--
( Kees
)
c[_] A good pun is its own reword. (#289)
Reply With Quote