From 323bcca5249c707b68d9f6d921d86fd750bcf33e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 14 May 2024 21:16:20 +0200 Subject: Merging upstream version 16.3. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/tsm-system-rows.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/html/tsm-system-rows.html') diff --git a/doc/src/sgml/html/tsm-system-rows.html b/doc/src/sgml/html/tsm-system-rows.html index d6ecf7b..4d8abd3 100644 --- a/doc/src/sgml/html/tsm-system-rows.html +++ b/doc/src/sgml/html/tsm-system-rows.html @@ -1,6 +1,6 @@ F.46. tsm_system_rows — the SYSTEM_ROWS sampling method for TABLESAMPLE

F.46. tsm_system_rows — + the SYSTEM_ROWS sampling method for TABLESAMPLEPrev UpAppendix F. Additional Supplied Modules and ExtensionsHome Next

F.46. tsm_system_rows — the SYSTEM_ROWS sampling method for TABLESAMPLE #

The tsm_system_rows module provides the table sampling method SYSTEM_ROWS, which can be used in @@ -38,5 +38,5 @@ SELECT * FROM my_table TABLESAMPLE SYSTEM_ROWS(100); This command will return a sample of 100 rows from the table my_table (unless the table does not have 100 visible rows, in which case all its rows are returned). -