Querying Historical Data using Time Travel 1 Time Travel
Syntax Use the @ symbol followed by a timestamp to specify the desired time point in your queries. 2 Example Query Select * from SalesData where OrderDate @ '2024-01-01' to query data from Janu...