PowerCenter
- PowerCenter 10.5.8
- All Products
String
| Converts to Decimal
| Double, Real
| Bigint, Integer, Small Integer
|
|---|---|---|---|
‘18e-3’ | 18 | 0.018 | 18 |
‘18-e-3abc’ | 18 | 0.018 | 18 |
‘123abc’ | 123 | 123 | 123 |
‘A123cb’ | 0 | 0 | 0 |
‘abc’ | 0 | 0 | 0 |