Advertisement
Kenoru

Untitled

Apr 21st, 2021
1,292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.14 KB | None | 0 0
  1. select J.url, T.description
  2. from `Job` as J join `Job_text` as T
  3. on J.id = T.id_job
  4. where J.location = 'Киев' or J.location = 'Львов';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement