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`