Symptom
Error when trying to insert data:
Create table test2 (a numeric (18,9))
go
- If statement cache is ON:
insert into test2 values (1.1099999999999999)
go
Truncation error occurred.
Command has been aborted.
(0 rows affected)
- If statement cache is OFF:
insert into test2 values (1.1099999999999999)
go
Msg 241, Level 16, State 2:
Server 'da_prime', Line 1:
Scale error during implicit conversion of NUMERIC value '1.1099999999999999' to a NUMERIC field.
Read more...
Environment
SAP Adaptive Server Enterprise (ASE) all versions
Product
SAP Adaptive Server Enterprise all versions
Keywords
KBA , BC-SYB-ASE , Sybase ASE Database Platform (non Business Suite) , Problem
About this page
This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).Search for additional results
Visit SAP Support Portal's SAP Notes and KBA Search.
SAP Knowledge Base Article - Preview