I want to add column in the query which will sum the occurrence of word "authorized "
Suppose query returns 1 row as result.
In that one row how many times word "authorized " has occurred
For Example
This Way Plz Help
Suppose query returns 1 row as result.
In that one row how many times word "authorized " has occurred
For Example
Code:
employee code Item 1 Item 2 Sum
1 Authorized Not 1
2 Authorized Authorized 2
3 Not Not 0
Comment