![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
SELECT Distance; from Data101; where Tdate=01/27/2002; INTO ARRAY sps |
|
SELECT Distance; from Data101; where Tdate=' 01/27/2002'; INTO ARRAY sps |
#4
| |||
| |||
|
|
Oh, I'm using FOXPRO 7.0 |
#5
| |||
| |||
|
#6
| |||
| |||
|
|
What you want is: select distance; from data101 where tdate = date(2002,27,1) ; into array sps |
#7
| |||
| |||
|
|
Josh Assing What you want is: select distance; from data101 where tdate = date(2002,27,1) ; into array sps What you said make sense, I use the above exactly like it is and now I get a query table that comes up then and error box that says, "Unrecognized command verb" and the, "where tdate = date(2002,27,1) ;" highlighted. |
#8
| |||
| |||
|
|
Josh Assing What you want is: select distance; from data101 where tdate = date(2002,27,1) ; into array sps What you said make sense, I use the above exactly like it is and now I get a query table that comes up then and error box that says, "Unrecognized command verb" and the, "where tdate = date(2002,27,1) ;" highlighted. |
#9
| |||
| |||
|
|
sorry; missed the ';' after data101 |
#10
| |||
| |||
|
|
Add a semi-colon after "from data101". . regards - anthony shipley |
![]() |
| Thread Tools | |
| Display Modes | |
| |