MySQL Forums
Forum List  »  Other Migration

Migrating from Progress
Posted by: Peter Poulsen
Date: August 15, 2005 06:13AM

I have some some queries that include where clauses like this:
... WHERE (NOT Anvgrp='P')

which in Progress does the same as the following does in MySQL:
... WHERE NOT (Anvgrp='P')

Unfortunately, I'm not able to change the queries so I need to make MySQL accept the first version. Any ideas anybody?

Yours
Peter

Options: ReplyQuote


Subject
Views
Written By
Posted
Migrating from Progress
2694
August 15, 2005 06:13AM
1878
August 15, 2005 10:38AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.