MySQL : mémo perso : effacer toutes les décisions prises par moi

DELETE FROM INTERNETEMPRUNTDECISIONMEDICALE
WHERE IDGESTIONNAIRE=14;
DELETE FROM INTERNETEMPRUNTFORMULE
WHERE IDINTERNETEMPRUNTDECISIONMEDICALE
NOT IN

(SELECT ID FROM
INTERNETEMPRUNTDECISIONMEDICALE);

DELETE FROM INTERNETEMPRUNTFORMULEGARANTIE
WHERE IDINTERNETEMPRUNTFORMULE NOT IN

(SELECT ID FROM
INTERNETEMPRUNTFORMULE);

Post a comment

You may use the following HTML:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

This site uses Akismet to reduce spam. Learn how your comment data is processed.