Hi friends,
It's possible to find the number of rows in a table:
select count(*) from tablename
Is it possible to find the number of columns in a table?
Thanks in Advance.
Praveen J
|
1
|
|
|
|
|
|
|
||||
|
|
|
Or use the sys.columns
|
||
|
|