Bug in MONEY rule replacement

Start with this code:

CREATE TABLE blah
(
id MONEY
)

When the rule checker highlights MONEY as a problem, click the lightbulb then "Use DECIMAL datatype instead".

SQL Prompt kindly returns this code:

CREDECIMAL(19, 4)ABLE blah
(
id MONEY
)

Oops!

Best Answer

Answers

Sign In or Register to comment.