<< Is there a way to reference columns in a table generically similar to passing parameters? >>
Like this: SELECT #1, #3, #4 FROM YourTable WHERE #5 = 'Hello' ORDER BY #6 -- Larry
<< Is there a way to reference columns in a table generically similar to passing parameters? >>
Like this: SELECT #1, #3, #4 FROM YourTable WHERE #5 = 'Hello' ORDER BY #6 -- Larry