TO_BIGINT(value[,flag] )
Argument | Required/ Optional | Description |
---|---|---|
value
| Required | String or numeric datatype. Passes the value you want to convert to a bigint value. You can enter any valid expression. |
flag
| Optional | Specifies whether to truncate or round the decimal portion. The flag must be an integer literal or the constants TRUE or FALSE:
The flag is not set by default. |
TO_BIGINT( IN_TAX, TRUE )
|
|
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
TO_BIGINT( IN_TAX )
|
|
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|