sql command for modify a column to have 2 digits after decimal point -


what sql command modify column have 2 digits after decimal point? not casting when display.

you want decimal data type. each database has own documentation this.

the declaration decimal(8, 2), instance. need specify both scale , precision.


Comments

Popular posts from this blog

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -