Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- CREATE FUNCTION Get_dog_with_kolvo_and_kod_mat(
- @kod_mat int,
- @kolvo int)
- returns TABLE
- as
- return (select* from Uchet where (@kod_mat=kod_mat and @kolvo<=kolvo_mat))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement