Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 218 Bytes

set-type.md

File metadata and controls

10 lines (8 loc) · 218 Bytes

Set Type

Convert data type of a column

Syntax

set-type <column> <type>

The <column> is converted to the type in <typpe>. Acceptable types are: int, short, long, float, double, string, bytes, boolean