duckdb-web icon indicating copy to clipboard operation
duckdb-web copied to clipboard

Issue found on page 'Text Types': section "Formatting Strings"

Open rpbouman opened this issue 1 year ago • 0 comments

The information in the section "Formatting Strings" is really about string literals, which is described in detail in https://duckdb.org/docs/sql/data_types/literal_types#string-literals

I suggest to remove the section and instead, include a single line in the first general section that says something like 'Literal text type values (strings) can be created using string literals." and then have string literals be a crossreference to https://duckdb.org/docs/sql/data_types/literal_types#string-literals

Page URL: https://duckdb.org/docs/sql/data_types/text.html

rpbouman avatar May 19 '24 14:05 rpbouman