関連タグで絞り込む (1)

タグの絞り込みを解除

postgresに関するhiro_nemuのブックマーク (1)

  • BLOG - siwa32.com

    1. MySQLバージョン SELECT VERSION(); +-----------+ | VERSION() | +-----------+ | 8.0.20 | +-----------+ 2. デフォルトのCollation SHOW COLLATION WHERE COLLATION LIKE 'utf8mb4%' AND `default` = 'Yes'; +--------------------+---------+-----+---------+----------+---------+---------------+ | Collation | Charset | Id | Default | Compiled | Sortlen | Pad_attribute | +--------------------+---------+-----+---------+--

  • 1