DATEADD (datepart , number , date )
declare @num_hours int; @num_hours =5 を設定します。 time_added として dateadd(HOUR, @num_hours, getdate()) を選択し、curr_date として getdate() を選択します。 プレ>
DATEADD (datepart , number , date )
declare @num_hours int; @num_hours =5 を設定します。 time_added として dateadd(HOUR, @num_hours, getdate()) を選択し、curr_date として getdate() を選択します。 プレ>