Struct
Defines a row-like structure with the given list of members.
Syntax
struct
[column1]
[value1]
[column2]
[value2]
…
- column1-N
- The names of the struct members.
- value1-N
- The values of the struct members.
Defines a row-like structure with the given list of members.
struct
[column1]
[value1]
[column2]
[value2]
…