摘要:
# Write your MySQL query statement belowSELECT *,(IF(x+y>z AND x+z>y AND y+z>x AND ABS(x-y)<z AND ABS(x-z)<y AND ABS(y-z)<x,'Yes','No')) AS triangleFR 阅读全文
posted @ 2018-12-18 03:04
yuesi
阅读(100)
评论(0)
推荐(0)
摘要:
select FirstName, LastName,City, State from Personleft join Address on Person.PersonId = Address.PersonId; 阅读全文
posted @ 2018-12-18 03:03
yuesi
阅读(107)
评论(0)
推荐(0)
浙公网安备 33010602011771号