Hello,
I have a field that is called usrID's. Some examples look like this test1,test2,test3,tester1,tested1 etc.
I need to write a query that will count the number of usrID's based on the alpha part of the id. So say I pass in "test" as a parameter, I want it to count test1,test2,test3 but not tester1, etc.
Can someone tell me the best way to solve this?
Any replies are appreciated.
I have a field that is called usrID's. Some examples look like this test1,test2,test3,tester1,tested1 etc.
I need to write a query that will count the number of usrID's based on the alpha part of the id. So say I pass in "test" as a parameter, I want it to count test1,test2,test3 but not tester1, etc.
Can someone tell me the best way to solve this?
Any replies are appreciated.