Search For Strings Using Partial String
All, I am trying to search for string matches with partial string as the search criteria . I have tried multiple ways as I show below - I believe there must be a better way using RegEx or Pat Match to do this - but I am unable to get it right. Any help will be appreciated .
For the Sake of an example , I am using Air Traffic Sample Data table : // Method # 1 Using Pat Match dt = Current Dat...