Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. select listagg(column3, '') within group (order by column3) from table_name where column3 in ('ABA', 'ABC', 'ABC', 'ABD', 'ABF', 'ERF', 'AGR', 'LFS', 'BOE') and column1=384
  2.  
  3. ABAABCABFERFLFSBOE
  4.  
  5. ABAABCABCABFERFLFSBOE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement