Changes between Version 2 and Version 3 of UseCase17


Ignore:
Timestamp:
09/22/26 16:00:31 (21 hours ago)
Author:
236021
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UseCase17

    v2 v3  
    4949  a.email
    5050FROM admin a
    51 JOIN users u ON u.admin_id = a.admin_id
     51JOIN users u ON u.user_id = a.user_id
    5252WHERE u.username = 'admin_ilija';
    5353}}}