Skip to content

Commit c866f55

Browse files
Update Triangle_Judgement.sql
1 parent 00cb8ee commit c866f55

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
11
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

Comments
 (0)