• TBL Articles
    IdNameUnitPriceIdwarehouse
    1   arcticle01$11
    2   arcticle02$12
    3   arcticle03$13
    4   arcticle04$14
    5   arcticle05$15
    totototo
    1113   article1113$11113

    Now I want to automatically insert through the slq the data in the tables below
    50 articles in each CDStockRows

    TBL CDStock (Id, NumberDoc, NameDocument, date, Total)

    TBL CDStockRows (Id, IdCDStock, RowNumber, IdArticle, AmountUnit, Price, TotalRow)
  • TBL CDStock 
    IdNumberDocDateTotal
    1123-06-2017$50

    TBL CDStockRows
    IdIdCDStockRowNumberIdArticleAmountUnitPriceTotalRow
    111A11$1$1
    212A24$1$4
    313A32$2$2
    50150A503$1$3