pub fn extra_from_item(table: impl IntoExpr) -> TableChain<ExtraSlot>Expand description
A further comma-separated from-item. A comma is one of SQLite’s join-operators
and means the same as CROSS JOIN.
pub fn extra_from_item(table: impl IntoExpr) -> TableChain<ExtraSlot>A further comma-separated from-item. A comma is one of SQLite’s join-operators
and means the same as CROSS JOIN.