Changes between Version 11 and Version 12 of ImportantUseCase1


Ignore:
Timestamp:
12/22/22 22:40:51 (19 months ago)
Author:
201065
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImportantUseCase1

    v11 v12  
    4343[[Image(1-05.jpg)]]
    4444{{{#!sql
    45 select articlename, quantity from articles a --артикли што се чуваат на дадена локација
     45select articlename, quantity, imageurl from articles a --артикли што се чуваат на дадена локација
    4646left join storedarticles s on s.articleid=a.articleid
    4747where s.locationid=1
     
    5353[[Image(1-06-2.jpg)]]
    5454{{{#!sql
    55 select a.articlename, s.quantity, l.locationname, a.description from articles a
     55select a.articlename, s.quantity, l.locationname, a.description, a.imageurl from articles a
    5656left join storedarticles s on s.articleid=a.articleid --инфо за избраниот артикл
    5757left join locations l on l.locationid=s.locationid