摘要:
遇到的报错信息: Result window is too large, from + size must be less than or equal to:[10000] but was [10500]. See the scroll api for a more efficient way re 阅读全文
摘要:
EXISTS或者NOT EXISTS是把主查询的字段传到后边的查询中作为条件,返回值是TRUE或者FALSE。EXISTS TRUE,那么就是查询条件成立,结果会显示出来。NOT EXISTS TRUE,则为FALSE,查询连接条件不成立。select * from course where not 阅读全文