Use the view to retrieve the relationships between users, functions, roles, user roles, and role functions.

Source: Internet
Author: User

Create view DBO. view_login
As
Select DBO. ccss_function.function_code, DBO. ccss_function.function_cn,
DBO. ccss_group.group_cn, DBO. ccss_group.group_code, DBO. ccss_user.user_code,
DBO. ccss_user.user_cn, DBO. ccss_user.user_en, DBO. ccss_group.group_en,
DBO. ccss_function.function_en, DBO. ccss_function.function_jb,
DBO. ccss_function.function_sj_code, DBO. ccss_function.oder,
DBO. ccss_function.class, DBO. ccss_function.id as function_id
From DBO. Authority inner join
DBO. ccss_function on
DBO. Authority. function_code = DBO. ccss_function.function_code inner join
DBO. ccss_group on
DBO. Authority. group_code = DBO. ccss_group.group_code inner join
DBO. user_group on
DBO. ccss_group.group_code = DBO. user_group.group_code inner join
DBO. ccss_user on DBO. user_group.user_code = DBO. ccss_user.user_code

Authority role table user_group User Role table

Function table group role table User table

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.