exists用法
sql中EXISTS用法

sql中EXISTS用法

1EXISTS在SQL中的作用是检验查询是否返回数据select a* from tb a where existsselect 1 from tb where name =aname返回真假,当 where 后面的...

  • 1
  • 共 1 页