Maybe an emulation issue - your SELECT works as expected (1 record counted) on a ROS system.
Alternatively, you could use the LIKE operator (wildcard is three dots) COUNT . WITH *A0 LIKE "[]d" --Ian On Monday, October 30, 2017 at 9:35:57 PM UTC, Tuber wrote: > > I'm trying to SELECT files in a subdirectory that contain a bracket ']' > Example: attempt to count # of dictionaries in a subdirectory: > COUNT . WITH *A0 = "[]d" > No records counted > > The problem is that ] is right-most wildcard, and I can't figure out how > to escape it. > I tried ]], ^], \] no dice. > > -- -- IMPORTANT: T24/Globus posts are no longer accepted on this forum. To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en --- You received this message because you are subscribed to the Google Groups "jBASE" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
