Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2020
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. CREATE PROCEDURE wypozyczalnia.`wyswietl samochody ciezarowe`(in auto varchar(30))
  2. begin
  3. select pojazd.marka, pojazd.model from wypozyczalnia.pojazd
  4. inner join wypozyczalnia.ciezarowy on pojazd.id_pojazd = ciezarowy.id_pojazd where pojazd
  5. END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement