Changes between Version 22 and Version 23 of ImportantUseCase5


Ignore:
Timestamp:
01/21/22 13:06:15 (3 years ago)
Author:
186102
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImportantUseCase5

    v22 v23  
    3030
    3131{{{#!sql
    32 select * from project.contains_product
    33 where cart_id = 4000;
     32select * from project.contains_product, project.product
     33where cart_id = 4000 and project.contains_product.prod_id = project.product.prod_id;
    3434}}}
    3535