$sql ="select infos from  info1 a join info2 b on a.info1_id=b.info2_id where a.info_id=".$_SESSION['info_id'];   这个sql语句有问题吗?应该怎么改写更好?