Code:
<cfquery name="getprograms" datasource="#dsn#">
Select * From programs Where w_specs LIKE '%#TheCenter#%'
OR wb_specs LIKE '%#TheCenter#%'
OR s_specs LIKE '%#TheCenter#%'
OR sb_specs LIKE '%#TheCenter#%'
OR sum_specs LIKE '%#TheCenter#%'
OR sumb_specs LIKE '%#TheCenter#%'
OR f_specs LIKE '%#TheCenter#%'
OR fb_specs LIKE '%#TheCenter#%'
</cfquery>
Is there a cleaner way to write that query and eliminate all of the OR's?
Thanks.
----------------------------------------
Online Marketing - de·ci·phered
Always Learning...