摘要:
begincreatetable#table(theIDintidentity(1,1),PriceNamevarchar(1000),theDatedatetime,Pricesvarchar(1000),theCTIDsvarchar(500))declare@MyDatedatetimeDECLAREmycursorCURSORFOR--创建一个游标selectdistinctTicketDatefromConceTablewhereTicketID=5OPENmycursorFETCHNEXTFROMmycursorINTO@MyDateWHILE@@FETCH_STATUS=0BEG 阅读全文
posted @ 2008-11-28 11:02
叮叮猫的编程世界
阅读(86)
评论(0)
推荐(0)
浙公网安备 33010602011771号