Updated specific locations to be searchable, take a look at Las Vegas as an example.

This post has been de-listed

It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.

1
WHERE ..... LIKE ('[XXXX]', '[XXXY]'....) works for wildcards but not exact values?
Author Summary
BantersaurusRex is in XXXY
Post Body

Hi /r/MSACCESS,

Thanks very much to those that helped with my queries yesterday. I managed to figure out what was wrong thankfully, though now something which I thought would be easier is turning out to be more tricky...

My code previously was:

SELECT ........
FROM ........
WHERE Left(ID,4) IN ('XXX1','XXX2','XXX3',....);

This picked up all of the entries with XXX1 etc. as the first 4 characters.

Now I want to try do a similar code but instead of doing a wildcard on the first 4 characters (XXX1), I want to do the code for the entire string, which is a mixture of numbers, letters and occasionally spaces. I tried altering my code to:

SELECT ........
FROM ........
WHERE ID IN ('XXXYZZ#XY',....);

but it returned no results - any suggestions?

Many thanks

Author
Account Strength
90%
Account Age
13 years
Verified Email
Yes
Verified Flair
No
Total Karma
751
Link Karma
16
Comment Karma
735
Profile updated: 2 days ago
Posts updated: 2 months ago

Subreddit

Post Details

Location
We try to extract some basic information from the post title. This is not always successful or accurate, please use your best judgement and compare these values to the post title and body for confirmation.
Posted
7 years ago