Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> sqlplus: column count of table
Hi
I'd like to count just the columns of a table.
I've been trying with
SELECT COUNT (*) FROM all_tab_columns WHERE table_name = 'tablename'; But this does not return what it should.
Do you have any suggestions?
Kind Regards
Oliver
Received on Tue Mar 22 2005 - 06:57:42 CST
![]() |
![]() |