Advertisement
valeksan

timeout check

Nov 24th, 2023
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. SELECT p.first_name
  2.         , p.last_name
  3.         , e.instituition
  4. FROM people AS p LEFT JOIN education AS e ON p.id=e.person_id;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement