to_ck/user_view.sql
2021-08-03 17:51:21 +08:00

5 lines
201 B
SQL

drop table if exists xiangsu.user_view;
create view xiangsu.user_view as select *
from xiangsu.user
order by `#reg_time` desc
LIMIT 1 by `#account_id`