UPDATE p
SET p.phone_ext = d.phone
FROM people p
JOIN directory d
ON p.last_name = d.last_name
My professional notes on programming. Included in my notes are discussions on VB.NET, Microsoft Office, and some C#. I am just starting to learn about C# so as I learn more I will add more.
No comments:
Post a Comment