Integer Literals
- Last Updated: May 15, 2020
- 1 minute read
- DataDirect Connectors
- JDBC
- IBM Db2 5.1
- MySQL 5.1
- Progress OpenEdge 5.1
- SAP Sybase 5.1
- Documentation
Integer literals are represented by a string of numbers that are not enclosed in quotation marks and do not contain decimal points.
Notes
- Integer constants must be whole numbers; they cannot contain decimals.
- Integer literals can start with sign characters (+/-).
Example
1994 or -2