Dynamic SQL concatenate 2 fields & text into 1 column
180069May 31 2007 — edited May 31 2007I having trouble in SQL is would do SELECT LAST_NAME || ', ' || FIRST_NAME Name FROM tableA.
How would I do this in Dynamic SQL so it parses out to Smith, John in a column
Thanks, Scott