3001

Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.

SQL:SELECT t1.SegName, t1.Segid, t1.SegFileNameVideo, t1.videoFolder, t1.AssetFolder, t1.Banner, t1.ThumbNail, t1.SegShortText, t1.VideoLength, t1.airdate FROM sbtvcontent t1 , SBTVGroupSegment t2 WHERE t2.segID = t1.segid and t2.groupID = 31 and t1.Archived =0 and t1.airdate<=getdate() order by t1.airdate desc;