|
I have the following code in SQL: This returns the following data What I would like is a query that returns two columns: the value of the program attribute, and the free text part of the setup section. For example: Does anyone know what query I can use to get this result? Thanks in advance.
(comments are locked)
|
|
This might be what you're looking for: That returns the following: You won't see the line breaks in SSMS (hence why FreeText gets smashed together in the output results), but you do get the two columns you want. Yes, that is exactly what I needed. Works perfectly. Many thanks!
Nov 15 '12 at 02:28 PM
xnl28
(comments are locked)
|

