Using
a fixed-width font as Tom suggests, concatenate an additional space between the
no field and the kind field:
SELECT RPAD(no,30,' ') || ' '
|| TRIM(tableb.kind) FROM tablea
WHERE tablea.kind = tableb.kind
Louise
|
Title: Message
- [SQL] Looks are important George Weaver
- Re: [SQL] Looks are important Josh Berkus
- Re: [SQL] Looks are important Louise Cofield
- Re: [SQL] Looks are important George Weaver
- Re: [SQL] Looks are important Tom Lane
- Re: [SQL] Looks are important George Weaver
- Louise Cofield