Changes between Version 3 and Version 4 of ImportantUseCase2


Ignore:
Timestamp:
12/13/22 22:39:00 (19 months ago)
Author:
201065
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImportantUseCase2

    v3 v4  
    4242[[Image(2-04.jpg)]]
    4343{{{#!sql
    44 select a.articleid, articlename, l.locationname, s2.quantity  from articles a
    45 left join article_belongs_to_category abtc on abtc.articleid=a.articleid
    46 left join supplier_supplies_category ssc on ssc.categoryid=abtc.categoryid
    47 left join suppliers s on s.userid=ssc.userid
    48 left join storedarticles s2 ON s2.articleid=a.articleid
    49 left join locations l on l.locationid=s2.locationid
    50 where s.userid=8
     44select articlename from articles
     45where articleid in (3, 8)
     46}}}
     47{{{#!sql
     48select quantity, locationname from storedarticles s --достапност по магацин
     49left join locations l on l.locationid=s.locationid
     50where s.articleid in (3, 8)
    5151}}}
    5252{{{#!sql
     
    6161
    6262=== Чекор 6 ===
    63 На соодветниот добуавувач му се прикажува нарачката во листата од сите нарачки испратени до него
     63На соодветниот добуавувач му се прикажува нарачката во листата од сите нарачки испратени до него.
    6464[[Image(2-06.jpg)]]
    6565