Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What may be a problem here?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01534642
Message ID:
01534655
Views:
45
>You don't need 1=1 when you have .T.
>
>>
>>Too many WHERE clauses also :-)
>>To have something like CROSS JOIN in VFP you could do something like this:
>>
>>CREATE CURSOR crsTest1 (Fld1 I)
>>CREATE CURSOR crsTest2 (Fld1 I)
>>INSERT INTO crsTest1 VALUES (1)
>>INSERT INTO crsTest2 VALUES (1)
>>INSERT INTO crsTest2 VALUES (2)
>>
>>SELECT *;
>>FROM crsTest1, crsTest2
>>
>>*** or
>>SELECT *;
>>FROM crsTest1;
>>INNER JOIN crsTest2 ON 1=1
>>
:-)
Yep.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform