You are here: Symbol Reference > Classes > Common SQL Statement Classes > TInsertSqlStatement Class > public > MultiValues Field
ContentsIndexHome
PreviousUpNext
TInsertSqlStatement.MultiValues Field
Pascal
MultiValues: TLz_List;
Description

 

Multi value list in insert statement of MySQL and DB2. 

 

insert into tablename values ( ) ( ) ... 

 

MultiValues is type of TLz_List, and items in this list is type of TLzFieldList.

See Also
Gudu software http://www.sqlparser.com
Send comments about this topic.