Changes between Version 4 and Version 5 of UseCase4


Ignore:
Timestamp:
12/21/21 17:27:42 (3 years ago)
Author:
193113
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UseCase4

    v4 v5  
    2121select * from user_genres as ug
    2222join users as u on u.user_id = ug.user_id and u.type = 'A'
    23 where mg.genre_type = 'select_item'
     23where ug.genre_type = 'select_item'
    2424}}}
    2525
     
    2727select * from user_genres as ug
    2828join users as u on u.user_id = ug.user_id and u.type = 'D'
    29 where mg.genre_type = 'select_item'
     29where ug.genre_type = 'select_item'
    3030}}}
    3131