mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-08 08:51:42 +08:00
update
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"214.5K\", \"totalSubmission\": \"290.8K\", \"totalAcceptedRaw\": 214505, \"totalSubmissionRaw\": 290845, \"acRate\": \"73.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"214.6K\", \"totalSubmission\": \"291K\", \"totalAcceptedRaw\": 214609, \"totalSubmissionRaw\": 290966, \"acRate\": \"73.8%\"}",
|
||||
"hints": [
|
||||
"If the EmpId in table Employee has no match in table Bonus, we consider that the corresponding bonus is null and null is smaller than 1000.",
|
||||
"Inner join is the default join, we can solve the mismatching problem by using outer join."
|
||||
|
Reference in New Issue
Block a user