![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
dilemma: using a select statement ONLY is it possible to get the results to concatenate in a string such as? select field from table; original results -------------------- 1 cat 2 dog 3 mouse wanted results --------------------- 1 cat, dog, mouse |
#3
| |||
| |||
|
|
dilemma: using a select statement ONLY is it possible to get the results to concatenate in a string such as? select field from table; original results -------------------- 1 cat 2 dog 3 mouse wanted results --------------------- 1 cat, dog, mouse |
#4
| |||
| |||
|
|
kimberly.shaffer (AT) gmail (DOT) com wrote: dilemma: using a select statement ONLY |
#5
| |||
| |||
|
|
Thanks - I looked on asktom but I couldn't find anything that used straight sql without a function or that didn't use aggregate or grouping. I just want to concatenate a number of records from one field into one string. Two fields won't work. thx! kshaffer |
#6
| |||
| |||
|
|
Charles Hooper wrote: kimberly.shaffer (AT) gmail (DOT) com wrote: dilemma: using a select statement ONLY Thanks - I looked on asktom but I couldn't find anything that used straight sql without a function or that didn't use aggregate or grouping. I just want to concatenate a number of records from one field into one string. Two fields won't work. thx! kshaffer |
![]() |
| Thread Tools | |
| Display Modes | |
| |