Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- OrtizOL - xCSw - http://ortizol.blogspot.com
- IF NOT EXISTS
- (SELECT ProductID
- FROM Production.Product
- WHERE Color = 'lightblue')
- BEGIN
- RETURN;
- END;
- SELECT ProductID As 'ID Producto'
- FROM Production.Product
- WHERE Color = 'lightblue';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement