Movatterモバイル変換


[0]ホーム

URL:


Loading

SHOW COLUMNS

SHOW COLUMNS    [CATALOG identifier]?    [INCLUDE FROZEN]?    [FROM | IN]    [table_identifier |     LIKE pattern]
  1. Catalog (cluster) identifier. Supports wildcards (*).
  2. Whether or not to include frozen indices.
  3. Single table (index or data stream) identifier or double-quoted multi-target pattern.
  4. SQL LIKE pattern matching table names.

Seeindex patterns for more information about patterns.

Description: List the columns in table and their data type (and other attributes).

SHOW COLUMNS IN emp;       column       |     type      |    mapping--------------------+---------------+---------------birth_date          |TIMESTAMP      |datetimedep                 |STRUCT         |nesteddep.dep_id          |VARCHAR        |keyworddep.dep_name        |VARCHAR        |textdep.dep_name.keyword|VARCHAR        |keyworddep.from_date       |TIMESTAMP      |datetimedep.to_date         |TIMESTAMP      |datetimeemp_no              |INTEGER        |integerfirst_name          |VARCHAR        |textfirst_name.keyword  |VARCHAR        |keywordgender              |VARCHAR        |keywordhire_date           |TIMESTAMP      |datetimelanguages           |TINYINT        |bytelast_name           |VARCHAR        |textlast_name.keyword   |VARCHAR        |keywordname                |VARCHAR        |keywordsalary              |INTEGER        |integer

Welcome to the docs for thelatest Elastic product versions, including Elastic Stack 9.0 and Elastic Cloud Serverless.To view previous versions, go toelastic.co/guide.


[8]ページ先頭

©2009-2025 Movatter.jp