Hello,
I am new to this forums and new to DB2 too.
I have a requirement here. Does DB2 support wildcards like [charlist], [^charlist] or [!charlist] other than '_' and '%'?
Here are the tables values:
1234
12345
12346A
1234AB
1234ABCD
AB1234CD
123456AB
Can somebody help me write a query to match for '1234' to get only these values:
1234
1234AB
1234ABCD
AB1234CD
Any help is greatly appreciated.
Thanks,
Nikhil
I am new to this forums and new to DB2 too.
I have a requirement here. Does DB2 support wildcards like [charlist], [^charlist] or [!charlist] other than '_' and '%'?
Here are the tables values:
1234
12345
12346A
1234AB
1234ABCD
AB1234CD
123456AB
Can somebody help me write a query to match for '1234' to get only these values:
1234
1234AB
1234ABCD
AB1234CD
Any help is greatly appreciated.
Thanks,
Nikhil
Comment