Condensing SQL output onto a single line for each result
- Article Type: General
- Product: Aleph
- Product Version: 20
Description:
The attached SQL output has multiple lines for each entry. How can I get each entry to a single line?
Resolution:
You will need to do this:
rtrim(substr(z30_call_no,1,30)) || ', ' || rtrim(z30_barcode) || ', ' || rtrim(substr (z13_title,1,40))
- Article last edited: 10/8/2013