java及數據庫中的知識點 1、數據庫中表的別名不能用as; 2、ORACLE中左連接的sql語法: SELECT a.id,a.name from 表名 a left join 表名 b where a.id = ...