Can the on in the join on query statement in mysql be changed to where?
For example: SELECT salary.`basesalary`,salary.`titlesalary`,`name`FROM salary INNER JOIN employeeWHERE salary.`empid`=employee.`empid` AND employee.sex='male'; this way you can also find out the correct result
2021-09-14 11:06:42Ask
MySQL




0
1510
2