Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Variable in a WHERE statement
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Variable in a WHERE statement
Divers
Thread ID:
00368421
Message ID:
00368421
Vues:
48
I am using the following command for a remote view.

create SQL VIEW myview REMOTE CONNECTION myconnection AS ;
SELECT *;
FROM database.table1 table1, ;
database.table2 table2 ;
WHERE table1.field1 = table2.field2

I would like to change the WHERE statement in :

WHERE table1.field1 = table2.field2 and ;

table1.field3 > m.avalue

m.avalue is a memory vaiable containing an integer.

This doesn't work .
If anybody has a solution, thanks in advance.

Sena
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform