× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Exactly right Rob!

Thanks to all that responded, and especially those that sent email's with really great examples. Once again the Midrange-L comes through.


jte

rob@xxxxxxxxx wrote:
He's probably just looking for an example where you "think" the person is only running a simple SELECT statement but in reality it may be running other statements under the covers that actually update data. IOW writing your own exit point to try and strip this out may be a bit beyond some basic assumptions. And is subject to change upon new features in new releases.

For example, this 6.1 sql scenario:

CREATE TABLE ROB/neill
(MYKEY int as identity, MYDATA CHAR ( 30), ts timestamp not null for each row on update as row change timestamp,
PRIMARY KEY (MYKEY))
select mykey, mydata, ts
from final table (insert into neill (mydata) values('D')) MYKEY MYDATA TS 1 D 2009-06-02-15.14.36.681288


Rob Berendt

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.