Determines whether the substring exists in the full string.
contains ( <fullStr> , <substr> )
<fullStr> is the full string.
<substr> is a substring to find contained in the full string.
Boolean
true—if the substring is in the string
false—if the substring is not in the string
contains ( connection : \'DB'::'TBC.tbc.MARKET'.'STATE' , "e" )