Changes between Version 14 and Version 15 of ImportantUseCase3


Ignore:
Timestamp:
01/22/22 18:24:36 (3 years ago)
Author:
186102
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImportantUseCase3

    v14 v15  
    4242
    4343{{{#!sql
    44 update project.config_contains_product
    45 SET prod_id = 450,
    46 num_products_config = 1
    47 where config_id = 51776 and prod_id = 115;
     44update project.config_contains_product
     45set prod_id = 450, num_products_config = 1
     46where config_id = 1504000 and prod_id = 115;
     47
     48update project."Configuration"
     49set "name" = 'new name', price = 123, "type" = 'new type'
     50where config_id = 1504000;
    4851}}}
    4952