Oracle
Oracle Designing, Source Codes, SQL, Stored Procedures, Functions and Packages
-
Multiple rows into single comma separated string.
(0)
Convreting multiple rows in to single comma separated string without looping trough the cursor.Using SQL with Oracle SYS_CONNECT_BY_PATH to concatenate multiple rows in to single line.