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 00cb8ee commit c866f55Copy full SHA for c866f55
Advanced_Select_and_Joins/Triangle_Judgement.sql
@@ -1 +1,6 @@
1
SELECT *, IF(x+y>z and y+z>x and z+x>y, "Yes", "No") as triangle FROM Triangle
2
+
3
4
5
6
+--Rakshit Gupta
0 commit comments