johnpayback
IS-IT--Management
I need to write a script that can give me the count of a number in a field on a MSSQL 2000 database. Below is the field. It contains more than just one piece of info.
This below is directly from one field in one table of my database. I need to count the occurrences of 20100 in each field like below in my table in my database. Any ideas would be more than I have to start with.
JP
This below is directly from one field in one table of my database. I need to count the occurrences of 20100 in each field like below in my table in my database. Any ideas would be more than I have to start with.
Code:
3||0529|20101|1907|0|13:20:17|0|0||T0.1236|20100|1907|0|13:20:20|0|0||T0.1236|20103|1907|0|13:20:52|0|0||T0.1236|
JP