Select result in single cell
- by Ruslan
How can i select all id's for records in single cell?
For example:
--example select of all values
select id, name, address, phone from table
And get all id's where phone like '%555%' and show them in single field like:
'111 123 234 321 231 234'