I Have a table with definition :
CREATE TABLE "ABC"."XYZ" ("PRICE" DOUBLE NOT NULL);
and i inserted one record as :
db2 "insert into ABC.XYZ (PRICE) values (4.789928258849587598785605)"
Now when i do "select PRICE from ABC.XYZ" it gives o/p as :
PRICE
------------------------...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.