1.为表取名 select * from tb_program p where p.talk= 'PHP'; 2.为字段取别名 字段名 [as] 别名 select section as login_section,name as login_name from tb_login;