We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
So I have a field in my table called Amount decimal(12,2)
When creating a Store Procedure/Routine and I try to add a decimal parameter, the length only allows 12 and blocks me from adding comma 2.
When I CALL this Routine, it cannot capture the decimals in the amount submitted.
So, I am forced to use another DB management app to change the Parameter of the Routine to Decimal(12,2).
The text was updated successfully, but these errors were encountered:
Fabio286
No branches or pull requests
So I have a field in my table called Amount decimal(12,2)
When creating a Store Procedure/Routine and I try to add a decimal parameter, the length only allows 12 and blocks me from adding comma 2.
When I CALL this Routine, it cannot capture the decimals in the amount submitted.
So, I am forced to use another DB management app to change the Parameter of the Routine to Decimal(12,2).
The text was updated successfully, but these errors were encountered: