Förutsatt att t_node
är node
Tabellinstans, medan t_node_node
- node_node
Tabellinstans, se uttalandet nedan.
upd = (t_node.update()
.values(
parent_id = t_node_node.c.parent_id,
label = t_node_node.c.label,
)
.where(t_node_node.c.child_id == t_node.c.node_id)
)
Läs mer om Infogningar, uppdateringar och borttagningar dokumentation för mer information.