Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Deleted()
Message
From
22/03/2000 04:12:31
Anthony Suarez
Black Marlin Data Corporation
Taguig, Philippines
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00346297
Message ID:
00348756
Views:
25
>>No, you can not use a DELETED('alias') reference in a SQL select statement. You can use a DELETED()
reference as long as there is only one table involved in the SELECT.
SELECT * FROM junk WHERE DELETED('junk')
will return no records, even if there are records marked for delete, where:
SELECT * FROM junk WHERE DELETED()
will return deleted records.<<

You missed something here. When you use this statement, always bear in your mind that 'DELETED' value int the environment is set to 'OFF'. Better read the 'SET DELETED' statement. Since you tried my tricked and failed, then try again by issuing the 'SET DELE ON' statement before the SQL-STATEMENT.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform