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 7710cb3 commit c6a3b6eCopy full SHA for c6a3b6e
database/_610.sql
@@ -1,5 +1,3 @@
1
---In Math, three segments can form a triangle only if the sum of any of the two segments is larger than the third one.
2
-
3
select x, y, z,
4
case when x+y <= z or
5
x+z <= y or
0 commit comments