How to update decimal numbers in Interactive SQL? -
i need update field "1,413,083,211" "1,413,886,215"
i managed decimal numbers 1321,23 decimal function. there more decimal points.
so right way/code update decimal number?
it's field - can update other field:
update my_table set my_decimal_field = 1413886215 my_decimal_field = 1413083211
sql sql-update decimal sqldatatypes
No comments:
Post a Comment