1
Answer

Get the columns names from a column

Photo of Martin James

Martin James

4y
548
1
I have the following table in SQL Server : 
 ColID Columns
 1 SELECT Col1, Col2, Col3, Col4, Col5 FROM MyTab
 
I want to get the column names between SELECT and FROM. 

Answers (1)