Okay, so my database looks something like this:
MapID
h-1 h-2
s-1
s-2
What I'm trying to do is delete rows where the MapID begins with h, and not the rows that begin with anything else (I have multiple alphabet letters to distinguish which type of data is in that row). How would I go about doing that?
Add a comment
|