If by worked you mean the statement didn't give you any syntax errors. When using the u-type parser the syntax for the select is different. This won't find a field with a double quote in it, it will find one where the field IS actually ["].
Hth Colin Alfke >-----Original Message----- >From: Keith W. Roberts > >I posted earlier than in UD the following doesn't work (you >get a syntax >error): > > SELECT filename WITH fieldname = '["]' > >but it turns out that wasn't quite accurate. 'Tis true when >ECLTYPE='p', which is our setting, so I tried: > > select filename WITH fieldname = '["]' > >which worked. Notice that "select" is in lowercase, which I >believe reverses the ECLTYPE, making it 'u'. > >-Keith ------- u2-users mailing list [email protected] To unsubscribe please visit http://listserver.u2ug.org/
