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 44b20b2 commit c40fbb4Copy full SHA for c40fbb4
leetcode/medium/1393. Capital Gain&Loss.sql
@@ -39,5 +39,5 @@ SELECT DISTINCT
39
FROM Stocks AS s2
40
WHERE s2.stock_name = s.stock_name AND s2.operation = 'Buy'
41
)
42
- AS capital_gain_loss
+ AS capital_gain_loss --noqa: LT02
43
FROM Stocks AS s
0 commit comments