HTMLify
Day 39
Views: 2 | Author: djdj
1 2 3 4 5 | # Write your MySQL query statement below select distinct author_id as id from Views where author_id = viewer_id order by id asc; |
1 2 3 4 5 | # Write your MySQL query statement below select distinct author_id as id from Views where author_id = viewer_id order by id asc; |