Question
SQL Question Using As Clause
I using the AS clause to define 'myZip' as seen below, but am
unable to use the WHERE clause using the defined column. This is a
scaled down version of what I am trying to do but will sufice as an
example:
SELECT npp_users.ZIP as myZip
FROM users
WHERE myZip = `00010`
Anyone have any clues?
Thanks
SELECT npp_users.ZIP as myZip
FROM users
WHERE myZip = `00010`
Anyone have any clues?
Thanks
