4 lines
163 B
SQL
4 lines
163 B
SQL
create view shjy.user_view as select *
|
|
from shjy.user
|
|
order by `#role_create_time` desc
|
|
LIMIT 1 by `#account_id` |