Hello Everyone
I am using the like Comparison to get a result from a column in POSTGRESQL.
The problem is that i can't retrieve the records who are not beginning with the charachter A to Z. I've tried many things.
EXAMPLE:
select name from company where name ~* '[^A-Z]%';
Can Someone help
Thanks in Advance,
Chris
I am using the like Comparison to get a result from a column in POSTGRESQL.
The problem is that i can't retrieve the records who are not beginning with the charachter A to Z. I've tried many things.
EXAMPLE:
select name from company where name ~* '[^A-Z]%';
Can Someone help
Thanks in Advance,
Chris