Question
WHERE CLAUSE
I am trying to use two elements of the WHERE Clause. Please
see below. It does not work. My objective is too only pull records
that are active. Is this possible.
<CFquery name="PART" datasource="GTRACK2">
Select *
From PARTNR
WHERE id = #id# AND PNSTATUS = "ACTIVE"
ORDER BY ID
</cfquery>
Respectfully
George
<CFquery name="PART" datasource="GTRACK2">
Select *
From PARTNR
WHERE id = #id# AND PNSTATUS = "ACTIVE"
ORDER BY ID
</cfquery>
Respectfully
George