TITLE INSERT

SELECT c.`title`, c.`url_title`, c.author_id FROM jacksoncvb.`exp_calendar_events` a LEFT JOIN jacksoncvb.`exp_channel_data` b ON b.`entry_id` = a.`entry_id` LEFT JOIN jacksoncvb.`exp_channel_titles` c ON c.`entry_id` = a.`entry_id` WHERE a.`recurs` = 'y' AND a.`end_year` >= '2017' ORDER BY a.`entry_id` ASC LIMIT 2

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.