how to count columns in a table
559665Feb 5 2007 — edited Feb 5 2007hi.i want to know how to count columns in a table;
ex:emp table has 10 columns and 10 rows
by using count(*) from emp we know the rows of the table;
how to know count of the columns?