Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problems with a query
Message
 
 
À
23/05/2002 14:56:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00660684
Message ID:
00660687
Vues:
10
>Hello, i have a query that i tryng to compare with a variable that always changes, this the query:
>
>NUMERO=ARREGLO(I,1)
>
>SELECT ATENCION.FINICIO, ATENCION.FFIN FROM ATENCION WHERE ATENCION.NUMERO=(&NUMERO) INTO ARRAY PAUSAARRAY
>
>And it displays the next message error, how do i fix this?
>Thanks for the help.
SELECT ATENCION.FINICIO, ATENCION.FFIN FROM ATENCION ;
  WHERE ATENCION.NUMERO = m.NUMERO ;
  INTO ARRAY PAUSAARRAY
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform