Skip to main content

Notifications

Dynamics 365 general forum
Suggested answer

ACCESSING MODIFIED DATE AND TIME FIELD IN DB

Posted on by 5

I HAVE A TABLE NAMED WHSSHIPMENTTABLE WHICH CONSISTS OF FIELD CALLED MODIFIED DATE AND TIME 

I NEED TO WRITE A QUERY TO FILTER DATA ON PATICULAR DATE N TIME

THIS IS WHAT I WROTE:

SELECT *FROM DBO.WHSSHIPMENTTABLE WHERE CARRIERSERVICECODE='T' AND MODIFIEDDATETIME= 2021-01-05 14:51:48.000 ORDER BY MODIFIEDDATEANDTIME ASC;

it says syntax error near 14:51:48

Categories:
  • Suggested answer
    Martin Dráb Profile Picture
    Martin Dráb 227,174 Super User on at
    RE: ACCESSING MODIFIED DATE AND TIME FIELD IN DB

    Use quoation marks around the value.

    SELECT *FROM DBO.WHSSHIPMENTTABLE
    WHERE CARRIERSERVICECODE='T'
    AND 'MODIFIEDDATETIME= 2021-01-05 14:51:48.000'
    ORDER BY MODIFIEDDATEANDTIME ASC;

    By the way, use Insert > Code (in ther rich formatting view) to paste source code to this forum, as I did.

Helpful resources

Quick Links

Dynamics 365 Community Update

Welcome to the inaugural Community Platform Update. As part of our commitment to…

Dynamics 365 Community Newsletter - August 2024

Catch up on the latest D365 Community news

Community Spotlight of the Month

Kudos to Waed Ayyad!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 289,995 Super User

#2
Martin Dráb Profile Picture

Martin Dráb 227,174 Super User

#3
nmaenpaa Profile Picture

nmaenpaa 101,148

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans