Home > OS >  Getting an error when creating a decimal entry in Mysql workbench
Getting an error when creating a decimal entry in Mysql workbench

Time:06-01

I am getting an error when setting a decimal value in MySQL workbench. What am I doing wrong here? See screenshot.enter image description here

CodePudding user response:

Can you removed the () from the DECIMAL() and instead enter the DECIMAL only.

  • Related