select
				article_id
			from
				articles
			where
				url_slug = 'in-the-event-that-sweet-sweetback's-baadasssss-song'
					and
				issue_id = (
					select
						issue_id
					from
						issues
					where
						start_date = '2008-12-25'
				)
		 [nativecode=1064 ** You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 's-baadasssss-song'
					and
				issue_id = (
					select
						issue_id
					fro' at line 6]