getting a timestamp (or other value) back from an SQL UPDATE statement

Peter Haworth pete at lcsql.com
Sun Aug 11 18:50:00 EDT 2013


On Sun, Aug 11, 2013 at 1:16 PM, Dr. Hawkins <dochawk at gmail.com> wrote:

>  UPDATE myindex SET tmstmp=NOW() RETURNING tmstmp;


Just do SELECT tmstmp FROM myIndedx right after the UPDATE and before the
END.and get rid of the RETURNING clause

Pete
lcSQL Software <http://www.lcsql.com>



More information about the use-livecode mailing list