|
|
|
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
..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? |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
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) |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
On Nov 3, 5:14 pm, Kees Nuyt <k.n...@nospam.demon.nl> wrote:
> On Sat, 03 Nov 2007 13:45:47 -0700, Occidental > > <Occiden...@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) Thanks. Sorry about the messed up subject line. It was google news' screwup. |
|
![]() |
| Outils de la discussion | |
|
|