Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AT TIME ZONE not supported #82

Open
GCer-Hidenori opened this issue Nov 19, 2020 · 0 comments
Open

AT TIME ZONE not supported #82

GCer-Hidenori opened this issue Nov 19, 2020 · 0 comments

Comments

@GCer-Hidenori
Copy link
Owner

  • input
USE AdventureWorks2016;
GO  
  
SELECT SalesOrderID, OrderDate,
    OrderDate AT TIME ZONE 'Pacific Standard Time' AS OrderDate_TimeZonePST  
FROM Sales.SalesOrderHeader;

-- Reference/Transact-SQL (T-SQL) Reference/Queries/General/AT TIME ZONE
-- https://docs.microsoft.com/en-us/sql/t-sql/queries/at-time-zone-transact-sql?view=sql-server-ver15

4092-4094

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant