Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. INSERT INTO subscriptions (transaction_id, user_id, ends_at, created_at, updated_at)
  2. VALUES (1, (
  3. SELECT id FROM users
  4. WHERE email = "merl34@example.org"
  5. LIMIT 1
  6. ), NOW() + INTERVAL 1 DAY, NOW(), NOW())
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement