We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a970329 commit bc3768fCopy full SHA for bc3768f
datafusion/sql/src/statement.rs
@@ -955,7 +955,6 @@ impl<S: ContextProvider> SqlToRel<'_, S> {
955
});
956
// TODO: support multiple tables in UPDATE SET FROM
957
if froms.as_ref().is_some_and(|f| f.len() > 1) {
958
- println!("---------------------------------------------");
959
plan_err!("Multiple tables in UPDATE SET FROM not yet supported")?;
960
}
961
let update_from = froms.and_then(|mut f| f.pop());
0 commit comments