How to fetch table row and column size dynamically?
Hi Dhanshri,
Please see below SQL command for your reference.
select column_name from information_schema.columns where table_name=‘Employee’
select count * from employee for row
How to fetch table row and column size dynamically?
Hi Dhanshri,
Please see below SQL command for your reference.
select column_name from information_schema.columns where table_name=‘Employee’
select count * from employee for row