$sql = 'select T.id,U.id as uid,T.title,T.total_price as price,T.bidding_count,T.date_create,U.user_name as publisher,T.state from user_dom.project_translate as T,website.user_user as U where T.publisher_id=U.id and is_del=0'.$tmp_sql.' order by T.id desc limit '.$start.','.$rows;
as 是什么作用
谁能给解释下这段代码