A
Anonymous
Guest
Got a table with a bunch of userinfo in it. the question is how can we get ONE sql statement to grab users beginning with A or a from the qery string.
After we get the first letter working I may have issues with the case sensitve stuff.
I really want to get away from flipping through the entire table and checking each one AFTER the sql selects all the records. I'd just like to do it in the SQL
After we get the first letter working I may have issues with the case sensitve stuff.
Code:
useradmin.php?charindex=S
I really want to get away from flipping through the entire table and checking each one AFTER the sql selects all the records. I'd just like to do it in the SQL