On Sep 1, 2006, at 10:22 AM, Ted Roche wrote:

That's my number one item on my SQL wish list: that every SQL command
that uses WHERE would interchangeably recognize FOR.

UPDATE Customer SET Customer.ApprovalDate = '2006-09-01' FOR
Customer.Approved = TRUE

And in Python, the list comprehensions and generator expressions (sort of like LINQ for you 'Softies out there) use 'if' as the filter keyword:

result = [rec for rec in records
                if rec.lastname == "Roche"]

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com





_______________________________________________
Post Messages to: [email protected]
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