Let say I have a stored procedure that will insert record into table1
INSERT INTO tbl_table1 (Id, Parameter)
Select Id, Parameter
FROM tbl_table2
And example for table2 and table3 as below:
tbl_table2 - Not every field has Parameter
Id |
Field |
Parameter |
1 |
Field1 |
A = [As_Of_Date], B = [itemType] |
2 |
Field2 |
NULL |
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…