Hey there, I am trying to populate a loop using the following.
<cfquery name="notice" datasource="#DSN_DATASOURCE#" username="#DSN_USERNAME#" password="#DSN_PASSWORD#">
Select *
From notice
Where id = "1,5,7"
</cfquery>
The problem is the 1,5,7 obviously. This info is coming through the...