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

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -