9分32秒,select g.goods_name from goodslist g,trading_information t where t.trading_goods_id=g.goods_di 中“,trading_information t”这段代码是不是只是起到了别名的作用?
完整写法是 TABLE_原名 [AS] TABLE_别名,在后面关联其他数据库的时候,可以用别名来区分同名的列是哪个表的