Obtain the DQL of the corresponding format and template.

Source: Internet
Author: User

1. Format:

SELECT name, description FROM dm_format WHERE
Name IN
(Select distinct a_content_type FROM dm_sysobject WHERE
R_object_type = 'dm _ menu_system'AND I _has_folder = true and I _is_deleted = FALSE AND
ANY I _folder_id IN
(SELECT r_object_id FROM dm_folder WHERE
ANY I _ancestor_id in (select r_object_id from dm_sysobject where object_name = 'templates' and r_object_type = 'dm _ cabinet ')
) AND is_hidden = FALSE
Order by description, name

 

2. Template:

Select
R_object_id, object_name
From
Dm_sysobject
Where
R_object_type = 'dm _ menu_system'
AND
I _has_folder = TRUE
AND
I _is_deleted = FALSE
AND
A_content_type = 'crtext'
AND
ANY
I _folder_id IN
(SELECT r_object_id FROM dm_folder WHERE
ANY I _ancestor_id in (select r_object_id from dm_sysobject where object_name = 'templates' and r_object_type = 'dm _ cabinet ')
)

Related Article

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.