News

TiDB v6.4.0 introduces the FLASHBACK CLUSTER TO TIMESTAMP syntax. You can use it to restore a cluster to a specific point in time. When you use this feature in TiDB v7.1.0, some Regions might remain ...
Add CURRENT_TIMESTAMP as keyword as well function alongside NOW() These return the current date/time for the given query, computed when the statement reaches the server. For completeness, ...
I’ve created a script that monitors a table in a SQL Server database. I’m only interested in one column in the table: TimeStamp. If the maximum (newest) value in TimeStamp is more than 30 ...