1,610
edits
Changes
→Basic Usage
The `select_from_*` functions accept three main parameters:
* **`'''what`**''': What data to extract (defaults to the entire object)* **`'''where`**''': Filter conditions (optional)* **`'''order_by`**''': Sorting order (optional)
=== Simple Examples ===