I’m looking for a string function that will display data from my table where 2 values end in 1.
For example
int_id int2_id
101 302
201 301
Here the data I would want to show is the 201/301 due to the fact that they both end in 1.
Any help would be greatly appreciated.
The
%character is a wildcard character that matches anything.