
何写
复制SELECT a.* FROM dbo.ptype a INNERJOIN dbo.PType_Price b ON a.typeId=b.PTypeID LEFTJOIN dbo.PType_Units c ON a.typeId=c.UnitsId WHERE a.typeId=@typeid AND a.CreateDate=@Area AND preprice1=@preprice1 AND deleted=@deleted 1.2.3.4.5.6.7.8.9.10.11.12.13.