Skip to main content

IntoInsertSelectQuery

Trait IntoInsertSelectQuery 

Source
pub trait IntoInsertSelectQuery {
    // Required method
    fn into_insert_select_query(self) -> Query;
}
Expand description

Converts the accepted INSERT .. SELECT inputs into an untyped query.

Required Methods§

Implementors§