Table of ContentsPreviousNext

Ispirer             Ispirer


Ispirer SQLWays データベース移行ソフトウェア

ENUM および SET

ENUM('value1','value2',...)

テーブルの作成時にカラムの仕様で明示的に列挙された使用可能な値のリスト('value1', 'value2', ..., NULL または 特別なエラー値 "" )から、値が選択される文字データ。ENUM は最大 65535 の異なる値を持つことができます。

SET('value1','value2',...)

テーブルの作成時に指定された使用可能な値のリスト('value1', 'value2', ...)からゼロまたは一つ以上の値を持つことができる文字データ。SET は最大 64 のメンバを持つことができます。


Table of ContentsPreviousNext
Ispirer             Ispirer
Copyright © 1999-2015 Ispirer Systems Ltd. Ispirer and SQLWays are trademarks of Ispirer Systems Ltd. All other product names may be trademarks of the respective companies. All rights reserved.