hi all,
How to get fieldnames of a table using postgresql?
Can someone help me to overcome this issue?
Like if i have table called "employee" i need to fetch the fieldnames(id,n ame,workstatus. .etc) of employees alone not its records...Is any method to get this?
Thanks in advance...
How to get fieldnames of a table using postgresql?
Can someone help me to overcome this issue?
Like if i have table called "employee" i need to fetch the fieldnames(id,n ame,workstatus. .etc) of employees alone not its records...Is any method to get this?
Thanks in advance...
Comment