RE: [U2] [UD] how to find records with a " in the data - solution

2005-10-28 Thread Donnie Jacobs
: u2-users@listserver.u2ug.org Subject: RE: [U2] [UD] how to find records with a " in the data - solution Thanks to someone whose message I deleted, I now know that (in Unidata, at least), there are two ways to do this: :ESEARCH filename STRING : " will get you all the records that have a doub

RE: [U2] [UD] how to find records with a " in the data - solution

2005-10-28 Thread Kathy Tymoczko
Thanks to someone whose message I deleted, I now know that (in Unidata, at least), there are two ways to do this: :ESEARCH filename STRING : " will get you all the records that have a double quote anywhere in the record. :SELECT filename WITH EVAL 'COUNT(fieldname,CHAR(34))' GE 1 will get