Vince Teachout wrote:
SET DELETED ON
Create a table, Names with field fname c(10)

INSERT INTO Names (fname) values("bob")
INSERT INTO Names (fname) values("bob")
INSERT INTO Names (fname) values("bob")
INSERT INTO Names (fname) values("alice")
INSERT INTO Names (fname) values("carol")
INSERT INTO Names (fname) values("ted")
INSERT INTO Names (fname) values("sue")
INSERT INTO Names (fname) values("sue")

BROWSE

INDEX on fname TO crap unique
SET INDEX TO crap
BROWSE

Delete the "bob" row

BROWSE
* oops! we have NO "bob!"
That means Ted has alice, carol and sue all to himself, the lucky bleeder ;-)


Peter



_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to