I am trying to insert records where a field has a certain value AND the date is after 11/13/2004. When I run the query, it seems to ignore the DATE and just inserts all of the records where the other field has the certain value. The query currently looks like this:
INSERT INTO New_table...
I am trying to insert data into a new table if the record has a five character zip code. It doesn't matter what the zip is, it just has to have five characters. I have the rest of the query, I just don't know what the where would look like to say where a field has five characters in it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.