- Get link
- X
- Other Apps
Posted by
Real
- Get link
- X
- Other Apps
Below is the Code snippet to get the Column name:
select COLUMN_NAME from INFORMATION_SCHEMA.COLUMNS
where TABLE_NAME = 't_Customer'
select COLUMN_NAME from INFORMATION_SCHEMA.COLUMNS
where TABLE_NAME = 't_Customer'
Comments
Post a Comment
Thanking you for the comment.