Changes between Version 11 and Version 12 of ImportantUseCase1
- Timestamp:
- 12/22/22 22:40:51 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImportantUseCase1
v11 v12 43 43 [[Image(1-05.jpg)]] 44 44 {{{#!sql 45 select articlename, quantity from articles a--артикли што се чуваат на дадена локација45 select articlename, quantity, imageurl from articles a --артикли што се чуваат на дадена локација 46 46 left join storedarticles s on s.articleid=a.articleid 47 47 where s.locationid=1 … … 53 53 [[Image(1-06-2.jpg)]] 54 54 {{{#!sql 55 select a.articlename, s.quantity, l.locationname, a.description from articles a55 select a.articlename, s.quantity, l.locationname, a.description, a.imageurl from articles a 56 56 left join storedarticles s on s.articleid=a.articleid --инфо за избраниот артикл 57 57 left join locations l on l.locationid=s.locationid