I am looking to select ids that are backwards from some standards we have outlined.
What I would like to do is this:
SELECT iid FROM login WHERE iid LIKE lastname'.%'
In theory this should catch everyone where there id is lastname.firstname instead of firstname.lastname. Either way any suggestions would be awesome.
Thank you.