Select result in single cell
Posted
by Ruslan
on Stack Overflow
See other posts from Stack Overflow
or by Ruslan
Published on 2010-03-30T13:42:20Z
Indexed on
2010/03/30
22:33 UTC
Read the original article
Hit count: 412
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'
© Stack Overflow or respective owner