Posts
Sort by recent activity
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:CRE...