Advertisement
xickoh

Untitled

Jun 14th, 2018
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. IF NOT EXISTS (SELECT * FROM morada where codPostal = @codPostal)
  2. BEGIN
  3. INSERT INTO morada (codPostal, rua, cidade) VALUES (@codPostal, 'rua', 'morada')
  4. END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement