Structsยง
- Choose
Node - Represents a
choosenode in py_sql. It provides a way to conditionally execute different blocks of SQL, similar to a switch statement. It must contain one or morewhenchild nodes and can optionally have anotherwisechild node.