Skip to content

Commit 9b92a1b

Browse files
committed
Fix table headings
1 parent 452f2d0 commit 9b92a1b

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

doc/reference/reference_sql/sql-features.rst

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -634,6 +634,10 @@ F021, Basic information schema
634634
:widths: 10 30 30 30
635635
:header-rows: 1
636636

637+
* - Feature ID
638+
- Feature
639+
- Example
640+
- Tests
637641
* - F021
638642
- Basic information schema
639643
- ``SELECT * from information_schema.tables;``
@@ -782,7 +786,7 @@ F081, UNION and EXCEPT in views
782786

783787
.. list-table::
784788
:widths: 10 30 30 30
785-
:header-rows: 0
789+
:header-rows: 1
786790

787791
* - Feature ID
788792
- Feature
@@ -801,7 +805,7 @@ F131, Grouped operations
801805

802806
.. list-table::
803807
:widths: 10 30 30 30
804-
:header-rows: 0
808+
:header-rows: 1
805809

806810
* - Feature ID
807811
- Feature
@@ -842,7 +846,7 @@ F201, CAST function
842846

843847
.. list-table::
844848
:widths: 10 30 30 30
845-
:header-rows: 0
849+
:header-rows: 1
846850

847851
* - Feature ID
848852
- Feature
@@ -861,7 +865,7 @@ F221, Explicit defaults
861865

862866
.. list-table::
863867
:widths: 10 30 30 30
864-
:header-rows: 0
868+
:header-rows: 1
865869

866870
* - Feature ID
867871
- Feature
@@ -880,7 +884,7 @@ F261, CASE expression
880884

881885
.. list-table::
882886
:widths: 10 30 30 30
883-
:header-rows: 0
887+
:header-rows: 1
884888

885889
* - Feature ID
886890
- Feature
@@ -911,7 +915,7 @@ F311, Schema definition statement
911915

912916
.. list-table::
913917
:widths: 20 40 40
914-
:header-rows: 0
918+
:header-rows: 1
915919

916920
* - Feature ID
917921
- Feature
@@ -940,7 +944,7 @@ F*, Other
940944

941945
.. list-table::
942946
:widths: 10 30 30 30
943-
:header-rows: 0
947+
:header-rows: 1
944948

945949
* - Feature ID
946950
- Feature
@@ -967,7 +971,7 @@ S011, Distinct types
967971

968972
.. list-table::
969973
:widths: 10 30 30 30
970-
:header-rows: 0
974+
:header-rows: 1
971975

972976
* - Feature ID
973977
- Feature
@@ -986,7 +990,7 @@ T321, Basic SQL-invoked routines
986990

987991
.. list-table::
988992
:widths: 10 30 30 30
989-
:header-rows: 0
993+
:header-rows: 1
990994

991995
* - Feature ID
992996
- Feature
@@ -1023,7 +1027,7 @@ T*, Other
10231027

10241028
.. list-table::
10251029
:widths: 10 30 30 30
1026-
:header-rows: 0
1030+
:header-rows: 1
10271031

10281032
* - Feature ID
10291033
- Feature

0 commit comments

Comments
 (0)