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