知识点总结
- SQL语句中,检索双引号,可以在单引号中直接写双引号
left join on 用法
- on后面只能跟表A和表B的对比条件,注意不能只判断A或B的某个条件
- where后面跟表A或表B的条件
select t.pid,t.name from A t left join B d on t.pid=d.user_name where d.group_id='abc'
安装教程
-
典型安装报错,因为安装包文件名包含中文
-
安装时的概要
-
视图
select t.pid,t.name from A t left join B d on t.pid=d.user_name where d.group_id='abc'
典型安装报错,因为安装包文件名包含中文
安装时的概要
视图