Job Seekers   Employers
dbapool: Authors | Submissions | Contact Us
   Forgot password? | Sign up
  Home   Discussion Forum   Articles   Interview Questions   FAQs   Scripts   Rewards   Analyzer   White Papers   Blog   Certification   Downloads   Tools
 

Topic: SQL*Plus and PL/SQL >> HOW to find number of columns in a table

Disclaimer: The purpose of all dbapool forums including OCP and Other Oracle Certification forums is to help each other with specific issues but not to share dump and copyrighted exam content, materials or intellectual property. You may review the entire Oracle Certification Program Candidate Agreement online Here.



  


 Title: HOW to find number of columns in a table
 lucky  Posted: Jun 18, 2008 07:16:29 AM

 Total Post: 2
 Joined: Jan, 2008






 Hi all,
I want to know the querry for finding the number of column in a table.(not the number of rows)




 shake
Posted: Jun 18, 2008 08:12:36 AM  

 Total Post: 84
 Joined: Jun, 2008






 
SELECT COUNT(COLUMN_NAME) "No. Of Columns"
FROM DBA_TAB_COLUMNS WHERE TABLE_NAME = 'EMP'
AND OWNER='SCOTT';

EMP -> table_name in CAPITALS
SCOTT -> username in CAPITALS

If you enter the table and owner(user)name not in CAPS, wrong result will be produced.


 lucky
Posted: Jun 18, 2008 09:24:02 AM  

 Total Post: 2
 Joined: Jan, 2008






 
thanks a lot

 major
Posted: Jul 08, 2008 03:20:41 AM  

 Total Post: 14
 Joined: Apr, 2008






 
for counting the number of columns use this
select count(*) from user_tab_columns where
table_name='file in the table name all in caps'

 Time Zone: EDT

  




Forum Rules & Description


Who Can Read The Forum? Any registered user or guest
Who Can Post New Topics? Any registered user
Who Can Post Replies? Any registered user




 








Get FREE Magazines

Top 10 Forum User

  Murtuja Khokhar857
  Mohammed Taj746
  positive fanatic483
  Jayanta Sur479
  Vigyan Kaushik386
  Gopu Gopi334
  Gitesh Trivedi322
  Vinoth Kumar264
  neeraj sharma258
  Ramesh Jois246






oracle Mag



  About Us Advertise Terms of Use Privacy Newsletters Contact Us    

Home   Discussion Forum   FAQs  Articles  Jobs   Newsletters  Directory  Downloads 

Our Premium Sponsor
Confio Software