CREATE TABLE TB_Test_Report ( id int identity, stateid int, userid int, username ) ) go ,,'a') ,,'b') ,,'b') ,,'a') ,,'a') ,,'c') ,,'c') ,,'c') ,,'a') ,,'A') ,,'a') ,,'b') ,,'c') go /** 已知语句 select * from TB_Test_Report where stateid in (10,20) 要求在语句…