Changes between Version 12 and Version 13 of ImportantUseCase001


Ignore:
Timestamp:
12/27/22 19:28:12 (19 months ago)
Author:
201144
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImportantUseCase001

    v12 v13  
    5858
    5959{{{
    60 select ime,prezime,phone_number,p.price/p.number_of_roommates as budget from appuser, student s,post p ,student_post sp 
     60select ime,prezime,phone_number,(p.price/p.number_of_roommates) as budget from appuser, student s,post p ,student_post sp 
    6161where (appuser.userid=s.studentid)
    6262and