Advertisement
gsemmobile

Untitled

Jun 13th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.22 KB | None | 0 0
  1. SELECT LANGUAGE LANG,
  2.         to_char(lm_date, 'Day', 'nls_date_language ='||decode(LANGUAGE,
  3.             'DU','Dutch',
  4.             'EN','English',
  5.             'FR','French'
  6.             )) DAY,
  7.             gui_user_id USERID,
  8.             loginname NICKNAME
  9. FROM gui_users;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement