Changes between Version 7 and Version 8 of ImportantUseCase002


Ignore:
Timestamp:
12/20/22 18:21:08 (2 years ago)
Author:
181213
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImportantUseCase002

    v7 v8  
    4747where n.user_id_kupuvac=2;
    4848}}}
     49
     50{{{#!sql
     51insert into se_sostoi_od(naracka_id, obrok_id, kolicina, cena)
     52values(1, 1, 3, 440),
     53}}}