PowerCenter
- PowerCenter 10.4.1
- 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 |