我自己写的语句,不知道有没有错,该怎么验证,怎么做?
string cmd ="select emps.* ,deps.* from emps inner join deps on emps.dep_id=deps.dep_id";