How to compare two columns ignoring Case (Upper or Lower case)
Vertica comparision is seems case specific Shiba is not equal to SHIBA. I want to ignore cases when compairing. Is there a shortcut to set session paramater for this instead doing UPPER(A) = UPPER(B)
0
Comments