Structs§
- Otherwise
Node - Represents an
otherwise
node in py_sql. It’s used within achoose
block to provide a default SQL block to execute if none of thewhen
conditions are met. It can also be represented by_
.
otherwise
node in py_sql.
It’s used within a choose
block to provide a default SQL block to execute if none of the when
conditions are met.
It can also be represented by _
.