Copy and Paste with Data Blaze

First snippet loads the information from the table and pastes it.

{dbselect: SELECT url FROM Table1; space=id}

Second snippet updates the table with current site url.

{url={site: url}} {dbupdate: UPDATE Table1 SET url = @url WHERE yes; space=id}