This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SET ACCOUNT_NUMBER = 2; | |
select | |
sam.id as id, | |
sa.title as title, | |
sab.description as desc_html, | |
sab.desc_un_html as description, | |
sfm.id as folder_id, | |
scm.id as category_id, | |
sc.name as category_name, | |
sa.art_type as article_type, |