UPDATE AMS_ITEM_PROFILES_DETAILS
SET
AUCTION_START_DATE = DATEADD(HOUR, 15, CAST(CAST(AUCTION_START_DATE AS DATE) AS DATETIME))
,AUCTION_END_DATE = DATEADD(HOUR, 15, CAST(CAST(AUCTION_END_DATE AS DATE) AS DATETIME))
,POST_AUCTION_END_DATE = DATEADD(HOUR, 17, CAST(CAST(POST_AUCTION_END_DATE AS DATE) AS DATETIME))
,RETURN_ON_DATE = DATEADD(HOUR, 00, CAST(CAST(RETURN_ON_DATE AS DATE) AS DATETIME))
--select AUCTION_START_DATE, AUCTION_END_DATE, POST_AUCTION_END_DATE, RETURN_ON_DATE from AMS_ITEM_PROFILES_DETAILS
WHERE
(LOADED_DATE >= '2017-06-26 00:00:00.000')
AND
(LOADED_DATE <= '2017-06-27 00:00:00.000')
Please Whitelist JSFiddle in your content blocker.
Help keep JSFiddle free for always by one of two ways:
Whitelist JSFiddle in your content blocker (two clicks)
Go PRO and get access to additional PRO features →
Join the 4+ million users, and keep the JSFiddle dream alive.
Ad-free
All ads in the editor and listing pages are turned completely off.
Use pre-released features
You get to try and use features (like the Palette Color Generator) months before everyone else.
Fiddle collections
Sort and categorize your Fiddles into multiple collections.
Private collections and fiddles
You can make as many Private Fiddles, and Private Collections as you wish!
Console
Debug your Fiddle with a minimal built-in JavaScript console.