Igor Tandetnik wrote:
Paul Harris <[EMAIL PROTECTED]> wrote:

anyway, this is what i'm trying to do:

eg 1
select @somevar := column1 from table1;
update table2 set column2 = @somevar;


update table2 set column2 = (select column1 from table1);

Igor Tandetnik


A note to the original poster. Sqlite is integrated into processors like TCL which gives you the capability you are seeking and much more. We integrated Sqlite into Javascript and Javascript into Sqlite, again getting that functionality and much, much more.


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to