| Author |
How to get the number of columns in a table
|
ms raaghu
Ranch Hand
Joined: Jul 10, 2009
Posts: 63
|
|
Hi,
Is there any query to fetch number of columns in a table in postgres?
thanks
|
 |
Jan Cumps
Bartender
Joined: Dec 20, 2006
Posts: 2343
|
|
Hi, the Java documentation is your friend. And in your case, a very good friend - because it contains an actual solution for your subject:
java.sql.ResultSetMetaData
|
OCUP UML fundamental
ITIL foundation
|
 |
 |
|
|
subject: How to get the number of columns in a table
|
|
|