., table3,column1, table3.column2..., ... from table1, table2, table3, ......, table2.column2..., table3,column1, table3.column2..., ... from table1, table2, table3, ......,column1, table3.column2..., ... from table1, table2, table3, ......,column1, table3.column2..., ... from table1, table2, table3, ......格式:
Column LIKE 匹配字符串
IS [NOT] NULL关键字判断字段是否为空[NOT 不空]
格式:
Column IS [not] NULL
AND和OR关键字用来联合查询,AND表示条件同时发生