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 632ef68 commit 5776ff9Copy full SHA for 5776ff9
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