Search code examples
ms-accessms-access-2007decimalalter

Is it possible to alter column to decimal in MS Access 2007+?


Is it possible to alter column to decimal in MS Access 2007+? This is my code: ALTER TABLE [test] ALTER COLUMN [columnName] DECIMAL(18,1)


Solution

  • Its not possible in query of ms access but in OLEDB its possible.