简述:
排序函数:Order by;升序 ASC;降序 DESC;
答案:
python
Select distinct author_id as id from Views where author_id = viewer_id order by id Asc;
排序函数:Order by;升序 ASC;降序 DESC;
Select distinct author_id as id from Views where author_id = viewer_id order by id Asc;