Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Let select more faster
Message
From
06/06/2006 02:57:57
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Let select more faster
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01127280
Message ID:
01127280
Views:
68
hi all,

my mstr table have more than 20000 records, every time i run this code under mean increase table mstr,
this code take more one minute , is there any thing i must modify to make it faster.
insert INTO mstr ;
 Select * From main2 Where ;
  DtoS(file_date) + DtoS(intervdate)+Str(num) Not In ;
   (Select  DtoS(file_date) + DtoS(intervdate)+Str(num) ;
    From mstr)
thanks
Next
Reply
Map
View

Click here to load this message in the networking platform