select Spanish csTitle
from item_coverstory
where item_coverstory =
Mysql Error 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 '' at line 3
select * from
item_document d,
item_coverstory g,
itemcon_coverstory ic
where d.item_document = ic.fkey
and g.item_coverstory = ic.item_coverstory
and g.item_coverstory =
and ic.id = 'Lead'
and d.published = 1
order by documentDate desc
Mysql Error 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 'and ic.id = 'Lead'
and d.published = 1
order by documentDate desc' at line 8
select * from
item_document d,
item_coverstory g,
itemcon_coverstory ic
where d.item_document = ic.fkey
and g.item_coverstory = ic.item_coverstory
and g.item_coverstory =
and ic.id = 'Second'
and d.published = 1
order by documentDate desc
Mysql Error 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 'and ic.id = 'Second'
and d.published = 1
order by documentDate desc' at line 8
select * from
item_document d,
item_coverstory g,
itemcon_coverstory ic
where d.item_document = ic.fkey
and g.item_coverstory = ic.item_coverstory
and g.item_coverstory =
and ic.id = 'Third'
and d.published = 1
order by documentDate desc
Mysql Error 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 'and ic.id = 'Third'
and d.published = 1
order by documentDate desc' at line 8
select * from
item_document d,
item_coverstory g,
itemcon_coverstory ic
where d.item_document = ic.fkey
and g.item_coverstory = ic.item_coverstory
and g.item_coverstory =
and ic.id = 'Timeline'
and d.published = 1
order by documentDate desc
Mysql Error 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 'and ic.id = 'Timeline'
and d.published = 1
order by documentDate des' at line 8