Skip to main content

has_outer_join

Function has_outer_join 

Source
pub fn has_outer_join(sql: &str) -> bool
Expand description

Returns true if the query’s outer FROM clause contains a JOIN. Run this instead of matching \bJOIN\b against the full SQL — matching against the full SQL false-positives on JOINs inside subqueries.