I have used MSSQL for a while, now I am learning Oracle.
Perform a very simple statement:
Update a
Set a.name = B.Name
From a join b on A.Id = B.ID
An error occurred;
Later, the Update syntax in Oracle found that Update in Oracle is an option without from.
This is my little mistake to study Oracle, this is also learned after MSSQL, with Oracle
The mistakes of learners often have to share with people I am in a stage!