F.47. tsm_system_time
F.47.1. Examples
CREATE EXTENSION tsm_system_time;SELECT * FROM my_table TABLESAMPLE SYSTEM_TIME(1000);Was this helpful?
CREATE EXTENSION tsm_system_time;SELECT * FROM my_table TABLESAMPLE SYSTEM_TIME(1000);Was this helpful?
Was this helpful?