im getting data passed into my program describing certain locations. Some of the locations also have a floor number, which is appended to the data being passed in
what im trying to do is find the entry in my db which coresponds to that location, but the db entry does not contain the floor number. The current query which isnt working is name='vpc5', where the entry in the database I want has name as vpc.
Do you think there is any way to match the vpc5 that is input to the vpc in the database without stripping off the 5?