Skip to content

Commit 905a997

Browse files
committed
More docs
1 parent 4a5c674 commit 905a997

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/query/update.rs

+6-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,12 @@ impl UpdateStatement {
6969
self
7070
}
7171

72-
/// From table.
72+
/// Update using data from another table (`UPDATE .. FROM ..`).
73+
///
74+
/// # MySQL Notes
75+
///
76+
/// MySQL doesn't support the UPDATE FROM syntax. And the current implementation attempt to tranform it to the UPDATE JOIN syntax,
77+
/// which only works for one join target.
7378
///
7479
/// # Examples
7580
///

0 commit comments

Comments
 (0)