I have a question on the following query statement:
SELECT content_title, content_category, content_order, content_name1
FROM content INNER JOIN category ON content.content_category = category.category_id
WHERE content_category = 'Intbk'
Union
Select content_title, content_category, content_order,
I have a question on the following query statement:
SELECT content_title, content_category, content_order, content_name1
FROM content INNER JOIN category ON content.content_category = category.category_id
WHERE content_category = 'Intbk'
Union
Select content_title, content_category, content_order,