Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. select p.alias, p.id as "Page ID", a.id as "Artikel ID", c.id as "Content ID" from tl_content c
  2. left join tl_article a
  3. on c.pid = a.id
  4. left Join tl_page p
  5. on a.pid = p.id where c.type LIKE 'rsce_header' order by c.id asc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement