From ebe124eacd7c3faa36ed358e7cc1d7c5b419e5f6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:18:09 +0200 Subject: Merging upstream version 15.6. 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 8231086..c9389ee 100644 --- a/doc/src/sgml/html/tsm-system-rows.html +++ b/doc/src/sgml/html/tsm-system-rows.html @@ -1,5 +1,5 @@ -F.46. tsm_system_rows

F.46. tsm_system_rows

+F.46. tsm_system_rows

F.46. tsm_system_rows

The tsm_system_rows module provides the table sampling method SYSTEM_ROWS, which can be used in the TABLESAMPLE clause of a SELECT @@ -36,4 +36,4 @@ 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). -

\ No newline at end of file +

\ No newline at end of file -- cgit v1.2.3