1.在SQL中查询的时候,用来指定别名,比如:select table as t from table where t.id ='';
2.创建一张相同的表,创建table1作为select * from table2;(数据也有)
1.在SQL中查询的时候,用来指定别名,比如:select table as t from table where t.id ='';
2.创建一张相同的表,创建table1作为select * from table2;(数据也有)