![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, Is it possible to return all rows from a query on one line? I have this query: SELECT cnt || ':' || t_id FROM (SELECT COUNT(*) cnt, t_id FROM zc_body zb, zc_type zt WHERE zb.t_id = zt.id group by t_id); It returns data like this: 86:3 994:7 99:18 38:27 45:36 However, they want it in one line: 86:3,994:7,99:18,38:27,45:36 Can this be done? Thanks! John |
#3
| |||
| |||
|
|
Hi, Is it possible to return all rows from a query on one line? I have this query: SELECT cnt || ':' || t_id FROM (SELECT COUNT(*) cnt, t_id FROM zc_body zb, zc_type zt WHERE zb.t_id = zt.id group by t_id); It returns data like this: 86:3 994:7 99:18 38:27 45:36 However, they want it in one line: 86:3,994:7,99:18,38:27,45:36 Can this be done? Thanks! John |
#4
| |||
| |||
|
|
Hi, Is it possible to return all rows from a query on one line? I have this query: SELECT cnt || ':' || t_id FROM (SELECT COUNT(*) cnt, t_id FROM zc_body zb, zc_type zt WHERE zb.t_id = zt.id group by t_id); It returns data like this: 86:3 994:7 99:18 38:27 45:36 However, they want it in one line: 86:3,994:7,99:18,38:27,45:36 Can this be done? Thanks! John |
#5
| |||
| |||
|
|
Hi, Is it possible to return all rows from a query on one line? I have this query: SELECT cnt || ':' || t_id FROM (SELECT COUNT(*) cnt, t_id FROM zc_body zb, zc_type zt WHERE zb.t_id = zt.id group by t_id); It returns data like this: 86:3 994:7 99:18 38:27 45:36 However, they want it in one line: 86:3,994:7,99:18,38:27,45:36 Can this be done? Thanks! John |
#6
| |||
| |||
|
|
Hi, Is it possible to return all rows from a query on one line? I have this query: SELECT cnt || ':' || t_id FROM (SELECT COUNT(*) cnt, t_id FROM zc_body zb, zc_type zt WHERE zb.t_id = zt.id group by t_id); It returns data like this: 86:3 994:7 99:18 38:27 45:36 However, they want it in one line: 86:3,994:7,99:18,38:27,45:36 Can this be done? Thanks! John |
#7
| |||
| |||
|
|
Hi, Is it possible to return all rows from a query on one line? I have this query: SELECT cnt || ':' || t_id FROM (SELECT COUNT(*) cnt, t_id FROM zc_body zb, zc_type zt WHERE zb.t_id = zt.id group by t_id); It returns data like this: 86:3 994:7 99:18 38:27 45:36 However, they want it in one line: 86:3,994:7,99:18,38:27,45:36 Can this be done? Thanks! John |
#8
| |||
| |||
|
|
Hi, Is it possible to return all rows from a query on one line? I have this query: SELECT cnt || ':' || t_id FROM (SELECT COUNT(*) cnt, t_id FROM zc_body zb, zc_type zt WHERE zb.t_id = zt.id group by t_id); It returns data like this: 86:3 994:7 99:18 38:27 45:36 However, they want it in one line: 86:3,994:7,99:18,38:27,45:36 Can this be done? Thanks! John |
#9
| |||
| |||
|
|
Hi, Is it possible to return all rows from a query on one line? I have this query: SELECT cnt || ':' || t_id FROM (SELECT COUNT(*) cnt, t_id FROM zc_body zb, zc_type zt WHERE zb.t_id = zt.id group by t_id); It returns data like this: 86:3 994:7 99:18 38:27 45:36 However, they want it in one line: 86:3,994:7,99:18,38:27,45:36 Can this be done? Thanks! John |
#10
| |||
| |||
|
|
Hi, Is it possible to return all rows from a query on one line? I have this query: SELECT cnt || ':' || t_id FROM (SELECT COUNT(*) cnt, t_id FROM zc_body zb, zc_type zt WHERE zb.t_id = zt.id group by t_id); It returns data like this: 86:3 994:7 99:18 38:27 45:36 However, they want it in one line: 86:3,994:7,99:18,38:27,45:36 Can this be done? Thanks! John |
![]() |
| Thread Tools | |
| Display Modes | |
| |