At 17:18 +0200 1/19/03, Octavian Rasnita wrote:
Hi all,

For the query:

show columns from table like 'column';

... I want to get the type field.
How can I do that?
Into another table?

You can't.  You have to write a program that captures the result
and processes it.

I've tried:

select type from (
show columns from table like 'column');

But it gave me an error, (as expected).

Thank you

Teddy,
Teddy's Center: http://teddy.fcc.ro/
Email: [EMAIL PROTECTED]

---------------------------------------------------------------------
Before posting, please check:
  http://www.mysql.com/manual.php   (the manual)
  http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to