select count(*) from all_tab_cols where table_name = 'TX_VENDOR'; use your table name instead of tx_vendor
Mike On Sun, Sep 25, 2011 at 9:09 PM, PUNEET <[email protected]> wrote: > Is there any querry to calculate the number of columns in a table??? > > Thanks > > Puneet > > -- > You received this message because you are subscribed to the Google > Groups "Oracle PL/SQL" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/Oracle-PLSQL?hl=en > -- You received this message because you are subscribed to the Google Groups "Oracle PL/SQL" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Oracle-PLSQL?hl=en
