Hi Jack
Please help me am getting the following error :
1064 - You have an error in your SQL syntax near 'xor ld.language_id = '99')' at line 1
select count(l.links_id) as total from links_description ld, links l, links_to_link_categories l2lc where l.links_status = '2' and l.links_id = l2lc.links_id and ld.links_id = l2lc.links_id and CHAR_LENGTH(ld.links_title) > '0'and l2lc.link_categories_id = '1' and ( ld.language_id = '1' xor ld.language_id = '99')
[TEP STOP]
MY SQL VERSION 3.