luvtitans50
MIS
I have a report I am creating and need to select data based on a certain zip codes:
zipcode in (97124,97140,97224,972310,97850). I am getting the below error:
Syntax error converting the varchar value '97850-7223' to a column of data type int.
Because one of the fields in the database is: 97850-7223?
How can I get around this error when there are zip codes as above with the dashes in it?
Thanks,
zipcode in (97124,97140,97224,972310,97850). I am getting the below error:
Syntax error converting the varchar value '97850-7223' to a column of data type int.
Because one of the fields in the database is: 97850-7223?
How can I get around this error when there are zip codes as above with the dashes in it?
Thanks,