Appreciate some suggestions on creating a select query.
-Retrieving records on a four digit id number.
-Parent record id numbers end in '00' (i.e. 3100), child records end with '01' to '99' (i.e. 3102).
-Need to exclude parent record if child record(s) exist.
-Include parent records where no...
I am trying to get a recordset containing a distinct list of all User groups in the userGroups table. If the user_id making the query belongs to any of the groups, flag the 'checked' field as '1', if not flag the 'checked' field as '0'. User_id may belong to none or multiple userGroups.
The...
<CFoutput> Usage:
Is it good practice to use one <CFoutput> </CFoutput> surrounding a whole template or use multiple uses where the CF code needs it throughout the page? Would the template process faster if multiple CFoutput's are used? Does having HTML between the tag slow the page processing?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.