You need to sign in to do that
Don't have an account?

How to query over a public group whose 4th letter of name is '_'
I tried indexof and charat too.But its not working.I want to pass this query to Database.querylocator obejct of batch class.Thanks in advance!
I'm Shingo.
How about this?
All Answers
I'm Shingo.
How about this?
In execute anon I am putting query as:
List<group> li=new List<group>([SELECT name from group WHERE Name LIKE '__\_%']);
this gives empty list.
This works fine.
More strangely, this query [select id, name from group where name like '___\_%'] works in Query Editor...