The correct solution: SELECT ACCOUNT WITH NO GROUP-NUMBER AND WITH BALANCE GT "10.00" OR WITH GROUP-NUMBER AND WITH GROUP-BALANCE GT "20.00"
Dan On Wed, Jan 26, 2011 at 1:51 PM, Shay Simmons <[email protected]>wrote: > Is there a way to accomplish the following query without using any > parentheses? When I attempt it with parentheses, i get an error message to > the effect that dictionary item ")" does not exist. > > SELECT ACCOUNT (WITH GROUP-NUMBER "" AND BALANCE > "10.00") OR (WITH > GROUP-NUMBER AND GROUP-BALANCE > "20.00") > > Any help you can provide would be much appreciated. > > -- > Please read the posting guidelines at: > http://groups.google.com/group/jBASE/web/Posting%20Guidelines > > IMPORTANT: Type T24: at the start of the subject line for questions > specific to Globus/T24 > > 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 > -- Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24 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
