Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. select distinct(date_achat), type_prest
  2. from Usager u, Prestation p, Ticket t, tarif ta
  3. where nom="Pierre L"
  4. and u.num_carte=t.num_carte
  5. and p.num_prest=ta.num_prest
  6. and ta.num_categ=u.num_categ
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement