Message
 
To
06/12/2006 16:01:39
Spencer Redfield
Managed Healthcare Northwest, Inc.
Portland, Oregão, United States
General information
Fórum:
Visual FoxPro
Category:
Bases de dados, Tabelas, Views, Indices e SQL
Miscellaneous
ID da thread:
01175087
ID da mensagem:
01175416
Views:
9
>May I suggest something that helps me?
>
>I format my SQL field syntax in pseudo-columns. Yes, it looks strange at first but one gets used to it and the compiler doesn't care. These syntax errors become much easier to spot.
>
>SELECT x.ssno ;
>     , x.firstname ;
>       x.lastname ;
>     , x.idnumber ;
>     , y.idnumber ;
>     , y.imageid ;
>    FROM ud_tbl x ;
>    INNER JOIN it_tbl y ON x.idnumber = y.idnumber ;
>    INTO CURSOR test
>
thanks for the tip Spencer.
Previous
Responder
Mapa
View