Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help Understanding This Syntax
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Titre:
Help Understanding This Syntax
Divers
Thread ID:
01410281
Message ID:
01410281
Vues:
158
CREATE TRIGGER InsertPublication
ON Publications
AFTER INSERT
AS
BEGIN
UPDATE Books
SET NumPublications = NumPublications + 1
FROM Books, inserted
WHERE Books.ISBN = inserted.ISBN
END
I found this and other similar examples through a Google search. In each one there is a reference to "inserted". Is this a table?
What is "inserted"?

Thanks
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform