to_ck/user_view.sql
2021-07-28 17:48:23 +08:00

5 lines
198 B
SQL

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