Where can I see example of scala.dbc update statement? I have found select statement example only...
select fields (
("url" of characterVarying(32)) and
("name" of characterVarying(32)) and
("last_update" of integer)) from ("feeds")