_DataTypes.UnsignedDec (gb.mysql)

Function UnsignedDec ( Length As Integer [ , Decimals As Integer ] ) As String

Returns the MySQL DECIMAL(M, D) UNSIGNED data type

Range: M = 0 to M = 65, D = 0 to D = 30