|
you could stored the groups as numbers in the
table, and then run:
select distinct group_id from tbl
Now do the ramdom code to get the group id you
want
then continue with you code like:
<cfquery name="GetPics"
datasource="#application.DSN#">
select * from tblindexpics where group_id =
#random_ID_set_earlier#
order by ID desc </cfquery>
|
- RE: [ cf-dev ] A new problem ??? Adrian Lynch
- RE: [ cf-dev ] A new problem ??? Robertson-Ravo, Neil (RX)
- RE: [ cf-dev ] A new problem ??? Paul Swingewood
- Re: [ cf-dev ] A new problem ??? Paul Swingewood
- Re: [ cf-dev ] A new problem ??? Stephen Moretti (cfmaster)
- RE: [ cf-dev ] A new problem ??? Tim Blair
- RE: [ cf-dev ] A new problem ??? Robertson-Ravo, Neil (RX)
- RE: [ cf-dev ] Yukon WAS: A new problem ??... Adrian Lynch
- RE: [ cf-dev ] Yukon WAS: A new proble... Russ Michaels \(Snake\)
- RE: [ cf-dev ] A new problem ??? Paul Swingewood
- RE: [ cf-dev ] A new problem ??? Tom Smith
- RE: [ cf-dev ] A new problem ??? Robertson-Ravo, Neil (RX)
- Re: [ cf-dev ] A new problem ??? Tom Smith
- RE: [ cf-dev ] A new problem ??? Robertson-Ravo, Neil (RX)
- Re: [ cf-dev ] A new problem ??? Tom Smith
- RE: [ cf-dev ] A new problem ??? Robertson-Ravo, Neil (RX)
- Re: [ cf-dev ] A new problem ??? Tom Smith
- RE: [ cf-dev ] A new problem ??? Robertson-Ravo, Neil (RX)
- Re: [ cf-dev ] A new problem ??? Tom Smith
- [ cf-dev ] database list Russ Michaels \(Snake\)
- RE: [ cf-dev ] A new problem ??? Robertson-Ravo, Neil (RX)
