Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Convert command into sql query
Message
 
 
To
15/01/2008 10:27:29
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01281878
Message ID:
01281926
Views:
6
>Try, but not tested.
>
>
>Insert into examtran (code)
>Select Code From student left join examtran on student.code = examtran.code
>Where scode=zscode And lcode=zlcode And Sec=zsec And admtd=1 and IsNull(examtran.code)
>
>Update examtran set sub25 = "Total",
>	tmax = max01+max02+max03+max04+max05+max07+max08+max09+max10+max11+max12+max14+max15+max16+max18+max19+max20+max21+max22+max23+max24
>	tmin = min01+min02+min03+min04+min05+min07+min08+min09+min10+min11+min12+min14+min15+min16+min18+min19+min20+min21+min22+min23+min24
>
Hi Sergey,

I thought a bit about it and I think we may want to do UPDATE first and then insert to save number of operations and records to process.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform