The query is for a select list of cities where one of the cites
available is; Willow Spring (s) and I think it expects the (s) to be
part of a sub query which it is not.
The query looks like;
(20=Angier,Apex,Rolesville,Roxboro,Sanford,Siler
City,Smithfield,Southern Pines,Wendell,Willow Spring (s),Wilson)
> --
> You received this message because you are subscribed to the Google Groups "PHRETS" group.
> To post to this group, send email to phr...@googlegroups.com.
> To unsubscribe from this group, send email to phrets+un...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/phrets?hl=en.
>
string-literal ::= " 1*( *( PLAINTEXT except " ) *( 2 * " ) *(
PLAINTEXT except " )) "
So, try putting it inside of double quotes and see if that works.