Roger's Access Blog
Thoughts, opinions, samples, tips, and tricks about Microsoft Access
Tuesday, July 5, 2016
Access CDate() function to SQL Server equivalent
What is the SQL Server equivalent to Access CDate() function?
Access SQL
CDate([Event Timestamp])
SQL Server Equivalent
cast([Event Timestamp] as datetime)
convert(datetime, [Event Timestamp])
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment