Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. SELECT
  2. tp.bonus_write_on,
  3. tp.bonus_write_off,
  4. tp.bonus_expire,
  5. '***',
  6. bp.bonus_write_on,
  7. bp.bonus_write_off,
  8. bp.bonus_expire
  9. FROM transaction_package tp
  10. INNER JOIN bonus_package bp ON tp.package_id = bp.id
  11. WHERE tp.id = 'f232a739-681e-02a5-2a6c-9afe091e1889';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement