Add tags

Add tags to the following comment

PostgreSQL 8.3以降です

1
2
3
SELECT array_to_string(ARRAY(
  SELECT upper(substr(s, 1, 1)) || substr(s, 2) 
    FROM (SELECT regexp_split_to_table('LL day and night', E'\\s')) r(s)), ' ');

Add tags

The input will be splited to tags with space.

Index

Feed

Other

Link

Pathtraq

loading...