hivesql和mysql常見問題

1) EXISTS ()括號裏只要有返回值就會執行 EXISTS 之前的語句 2) select 1 的問題 3) in查詢相當於多個or條件的疊加,這個比較好理解,比如下面的查詢 select * from user where userId in (1, 2, 3); 等效於 select * from user where userId = 1 or userId = 2 or userId
相關文章
相關標籤/搜索