2025-05-01から1日間の記事一覧

特殊文字アスタリスク('*')

特殊文字アスタリスク('*')は、SELECTやCOUNTで「すべての~」という意味を指す。https://www.postgresql.jp/document/7.2/user/sql-syntax.html postgresdb1=# CREATE TABLE profile (name varchar(32), address varchar(256), age integer); CREATE TABLE …