Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Needed To Update Records
Message
From
20/02/2013 09:21:49
 
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01566306
Message ID:
01566477
Views:
30
I am using the following SQL to Delete the Data in Table New_master. IF all the fields of New_master Matches With the Master.DBF the row should be deleted.

My SQL is not working, please suggest the required SQL.

MY SQL is as Follows
DELETE FROM New_Master WHERE Accountno In (Select Accountno Number FROM Master WHERE ;
New_master.Phoneno= Master.Phoneno AND New_master.Exchange= Master.Exchange AND ;
New_master.firstname= Master.firstname AND ;
New_master.lastname=ALLTRIM(Master.Lastname))
Kinldy Provide The SQL for The above Task

Regards
Harsh
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform