On May 22, 2006, at 1:52 PM, Norman Palardy wrote:
For example, if I had a table keeping track of clicks/views on a particular item, I would want to send a single SQL command to increment the value. What I am needing to do instead is break it into commands, a SELECT and an UPDATE.just do something like update table set columnVlalue = columnValue + 1 where .....
See, I knew there *had* to be a way! =) Thanks! _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
