Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems with a query
Message
 
 
To
23/05/2002 14:56:07
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00660684
Message ID:
00660687
Views:
11
>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--
Previous
Reply
Map
View

Click here to load this message in the networking platform