Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Selects in VFP8 vs earlier versions
Message
From
24/03/2003 09:38:02
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00769193
Message ID:
00769224
Views:
20
Hi Sergey,

There does seem to be some differences though.
Here's code that doesn't work in VFP6 but evidently does work in VFP8.

>INSERT INTO employee (EmpNo, LastName, FirstName,
> PhoneExt, HireDate, Salary)
> SELECT EmpNo + 200, LastName, FirstName,'000',
> HireDate, Salary + 1000
> FROM empins
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform