1
Answer

Get the columns names from a column

Martin James

Martin James

3y
506
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)