题解 | #操作符混合运用#
操作符混合运用
http://www.nowcoder.com/practice/d5ac4c878b63477fa5e5dfcb427d9102
select device_id,gender,age,university,province,gpa from user_profile where (gpa>3.5 and university="山东大学") or (gpa>3.8 and university="复旦大学")
操作符混合运用
http://www.nowcoder.com/practice/d5ac4c878b63477fa5e5dfcb427d9102
select device_id,gender,age,university,province,gpa from user_profile where (gpa>3.5 and university="山东大学") or (gpa>3.8 and university="复旦大学")
相关推荐
孤蓝长空:请你说一下为什么你用websocket而不是http,请你说一下什么是rpc,为什么用rpc,你的rpc的传输协议是JSON,xml还是什么 请你描述一下你的鉴权流程(完整的) 我问的是第二个项目,随便问的哈哈哈