View Single Post
  #3   (View Single Post)  
Old 22nd April 2009
cksraj cksraj is offline
Real Name: Crew Kasy Raj
Port Guard
 
Join Date: Mar 2009
Posts: 12
Thumbs up Yes, but I need to get only fields

describe table_name; - gives all details about table like Field, Type, Null, Key, etc... I want to get only Field from the result set, that is Field Name from a table. Is there any command (OR) function available in mysql?

Last edited by cksraj; 22nd April 2009 at 07:43 AM.
Reply With Quote