mysql之exists子查询和in查询的对比

exists和not exists对应 in 和not inmysql 不一样在于,在select 查询中,exists和in的执行顺序不一样。android [sql]  mysql> select * from category;   +----+---------+   | id | c_name  |   +----+---------+   |  1 | ios     |   |  2
相关文章
相关标签/搜索