Guest User

Untitled

a guest
Apr 19th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. DELETE FROM `personnes`
  2. LEFT JOIN `employes`
  3. ON `personnes`.`id_personne`=`employes`.`id_personne`
  4. LEFT JOIN `fonctions`
  5. ON `fonctions`.`id_fonction`=`employes`.`id_fonction`
  6. WHERE `fonctions`.`id_fonction`=5
Add Comment
Please, Sign In to add comment