CRÉER LE #Product DE TABLE
(
IDENTITÉ DE L'IDENTIFICATION INTERNATIONAL (1.1),
Produit VARCHAR (max)
)
CRÉER LE #DocumentType DE TABLE
(
IDENTITÉ DE L'IDENTIFICATION INTERNATIONAL (1.1),
DocumentType international
)
INSÉRER les usp_Products de #Product (produit) EXEC
INSÉRER l'usp_DocType de #DocumentType (DocumentType) EXEC
CHOISIR
p.Product COMME produits,
d.DocumentType COMME DocumentTypes
DE
#Product p
JOINDRE COMPLÈTEMENT
#Document d
SUR
p.ID = d.ID