Skip to content

Commit c6a3b6e

Browse files
refactor 610
1 parent 7710cb3 commit c6a3b6e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: database/_610.sql

-2
Original file line numberDiff line numberDiff line change
@@ -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-
31
select x, y, z,
42
case when x+y <= z or
53
x+z <= y or

0 commit comments

Comments
 (0)