For loop through specific columns of table and pass to relational SQL statement
I want to loop through columns [‘A’, ‘B’, ‘C’] and pass the column names to a select statement in SQL, such as
I want to loop through columns [‘A’, ‘B’, ‘C’] and pass the column names to a select statement in SQL, such as