Advertisement
JouJoy

Function

Dec 14th, 2021
1,240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.17 KB | None | 0 0
  1.  
  2. CREATE FUNCTION Get_dog_with_kolvo_and_kod_mat(
  3. @kod_mat int,
  4. @kolvo int)
  5. returns TABLE
  6. as
  7. return (select* from Uchet where (@kod_mat=kod_mat and @kolvo<=kolvo_mat))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement