In this post I am going to show how to get Table structure using SQL Query. select * from INFORMATION_SCHEMA.COLUMNS where TABLE_NAME='tableName' Example:-
No comments: