SQL
SQL(**kwargs)SQL-related options.
Attributes
| Name | Type | Description |
|---|---|---|
| fuse_selects | bool | Whether to fuse consecutive select queries into a single query where possible. |
| default_limit | int | None | Number of rows to be retrieved for a table expression without an explicit limit. None means no limit. |
| default_dialect | str | Dialect to use for printing SQL when the backend cannot be determined. |