Microsoft
Software
Hardware
Network
Question : about ORA-00904: "ZIP": invalid identifier
Hi guys, I have this Ziptable and when I do
select * from ziptable; then it shows the result.....
But if I do select * from ziptable where Zip='02642';
Then error message comes....ORA-00904: "ZIP": invalid identifier
the datatype of the coloumns are fine.......
My zip table is.....
EDIT zip city State
1420 Fitchburg MA
02642 Harley PA
02145 Bridgewater MA
01624 Crusetown AK
03428 Berkley CA
03142 Manchester FL
01234 Highland RI
02143 Somerville MA
05639 Portsmouth AZ
09312 Oakland CT
05423 Oakland FL
02312 Harrinburgh AL
Please help me guys.... Thanks in advance
Answer : about ORA-00904: "ZIP": invalid identifier
is your ojbect names case sensitive?
But if I do select * from ziptable where zip='02642';
Random Solutions
rst.MoveLast taking forever!
MOSS Admin Website - .stp Template upload
iterate a directory and retrieve the filenames
How would I format the return data from a mssql query
Foreign key on same table
Unable to move tasks from one folder to another
How do I retain the parameters in a URL ASP.NET / Visual Studio
Access Open Form Problem
DataTable internal index is corrupted: '5'.
How do I stop my fonts from shrinking. Is it a css zoom issue?