|
The function I implemented is this:
There are two types in total. The first type is, for example, that I want to find a record with a hundred-digit number 1 in the table. It must be in the hundred-digits and one. The database table itself contains three-digit records. The result is something like 135,178,176,1 **.
The other type is not divided into digits, as long as one of the three digits is eligible
For example: 178,651,216, etc. |
|