Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL statement is not working...
Message
De
29/07/2005 09:52:30
 
 
À
29/07/2005 09:36:19
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Divers
Thread ID:
01036917
Message ID:
01036947
Vues:
11
I removed all the ALLTRIM()'s out of my query. But still I get all the numbers that have a '5' (like in my example) This is the query:

SELECT branche, debnr, factuurnr, factuurdat FROM m_facturenbestand ;
WHERE debnr = m_lidnrfactuur AND ;
branche = m_branchenrfactuur AND ;
INT(VAL(pagina)) = 1 ;
INTO TABLE temp4

But..........

If I say like this:

SELECT branche, debnr, factuurnr, factuurdat FROM m_facturenbestand ;
WHERE VAL(debnr) = VAL(m_lidnrfactuur) AND ;
branche = m_branchenrfactuur AND ;
INT(VAL(pagina)) = 1 ;
INTO TABLE temp4

I don't get any records at all ?! I only added the VAL() function in my query.

I really don't know how to solve this one......

Greetz,
Ron
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform