Guest User

Untitled

a guest
Jun 21st, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. select
  2. DATE_MONTH||
  3. '|'||A||
  4. '|'||B||
  5. '|'||C||---decimal column
  6. '|'||D||---decimal column
  7. '|'||E||
  8. '|'||F||
  9. '|'||G||---decimal column
  10. '|'||H||---decimal column
  11. '|'||I||---decimal column
  12. '|'||J||
  13. '|'||K||
  14. '|'||H||
  15. '|'||'"'||REPLACE(L, '"', '"' )|| '"'||
  16. '|'||M||
  17. '|'||'"' || REPLACE(N, '"', '"' )|| '"'||
  18. '|' ||O||
  19. '|'||TO_DATE(sysdate, 'YYYY-MM-DD')||
  20. '|'||INFO_IS_DELETED||
  21. '|'||'"' || REPLACE(P, '"', '"' )|| '"'
  22. from xxxxxxx where ROWNUM<=1000;
Add Comment
Please, Sign In to add comment