Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->'SELECT Order_ID = @OrderID, CampaignCode= @CampaignCode, ProductCode = @ProductCode, StartDate= SpotDate, EndDate = EndDate, StartTime= Media_StartTime, EndTime = Media_EndTime, Duration = (CASE WHEN Media_Duration IS NULL OR ELSE Media_Duration END), Adformat= Media_Adformat , Color = Media_Color , --Media_Showing, Size = Media_Size, SpotType = Media_SpotType, URL = Media_URL , ScheduleNo = ScheduleNo , Plan_Insertion_ID = Plan_Insertion_ID 那下面书写格式是不是美观、整洁些呢 SELECT Order_ID = @OrderID , CampaignCode = @CampaignCode , ProductCode = @ProductCode , StartDate = SpotDate , EndDate = EndDate , StartTime = Media_StartTime , EndTime = Media_EndTime , Adformat = Media_Adformat , Color = Media_Color , Impression = Media_Impression , Location = Media_Location , Material = Media_Material , Position = Media_Position , Program = Media_Program , Scale = Media_Scale --Media_Showing , Size = Media_Size , SpotType = Media_SpotType , URL = Media_URL , ScheduleNo = ScheduleNo , Plan_Insertion_ID = Plan_Insertion_ID , Position = Media_Position '
|