Question
Simple Query Problem
Happy Saturday, Y'all.
I'm trying to run a simple query that pulls neighborhood members without a last name, using:
<cfquery name="members" datasource=stevenson>
SELECT *
FROM memberdirectory
WHERE lastname neq ""
order by lastname asc
</cfquery>
but, the WHERE line always trips it up.
What would be the correct coding for that query there ?
Thanks in advance..
I'm trying to run a simple query that pulls neighborhood members without a last name, using:
<cfquery name="members" datasource=stevenson>
SELECT *
FROM memberdirectory
WHERE lastname neq ""
order by lastname asc
</cfquery>
but, the WHERE line always trips it up.
What would be the correct coding for that query there ?
Thanks in advance..
