Hello,
I'd like create SQL Query to allow user to select an ID of any Cobalt record of specific Sections. So i set this, but does not work :
SELECT id
FROM #__js_res_record
WHERE section_id
= [1,3,5]
What does External database mean ? Actually, i did not complete details related to External database, since Cobalt is running on my site.
Help please.
Hello,
I'd like create SQL Query to allow user to select an ID of any Cobalt record of specific Sections. So i set this, but does not work :
SELECT
id
FROM#__js_res_record
WHEREsection_id
= [1,3,5]What does External database mean ? Actually, i did not complete details related to External database, since Cobalt is running on my site.
Help please.