Page 1 of 1

Query: Does Not Match?

Posted: Mon Nov 21, 2016 7:37 am
by chester
I'd like to query all the series in my EViews database that do NOT have a description containing the string "random".
I basically want to do an inverse of whatever comes out of the "matches" clause. How can that syntax be written?

Re: Query: Does Not Match?

Posted: Tue Nov 22, 2016 9:25 am
by EViews Jason
Try

Code: Select all

=@Wquery("mydb"," name matches * and not description matches random")