6.2.15

Re: [SQL] How to Get Column Names from the Table

Re: [SQL] How to Get Column Names from the Table

Hi,

To get column names only

 select column_name from information_schema.columns where
table_name='captor_prime_aggregates';

Thanks
Sreelatha

No comments: