СОЗДАЙТЕ #Product ТАБЛИЦЫ
(
ТОЖДЕСТВЕННОСТЬ УДОСТОВЕРЕНИЯ ЛИЧНОСТИ INT (1.1),
Продукт VARCHAR (МАКС)
)
СОЗДАЙТЕ #DocumentType ТАБЛИЦЫ
(
ТОЖДЕСТВЕННОСТЬ УДОСТОВЕРЕНИЯ ЛИЧНОСТИ INT (1.1),
DocumentType INT
)
ВВЕДИТЕ usp_Products #Product (продукта) EXEC
ВВЕДИТЕ usp_DocType #DocumentType (DocumentType) EXEC
ВЫБЕРИТЕ
p.Product КАК продукты,
d.DocumentType КАК DocumentTypes
ОТ
#Product p
ВПОЛНЕ СОЕДИНИТЕ
#Document d
НА
p.ID = d.ID