X Tutup
The Wayback Machine - https://web.archive.org/web/20201011183118/https://github.com/JSQLParser/JSqlParser/issues/1034
Skip to content
New issue

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

DECIMAL(current date) is not support #1034

Open
xiaobashagua opened this issue Aug 14, 2020 · 1 comment
Open

DECIMAL(current date) is not support #1034

xiaobashagua opened this issue Aug 14, 2020 · 1 comment

Comments

@xiaobashagua
Copy link

@xiaobashagua xiaobashagua commented Aug 14, 2020

select DECIMAL(current date) as sysdate from sysibm.sysdummy1;
DECIMAL(current_date) ok;【DB2】
DECIMAL(current_date) error;【DB2】

@wumpz
Copy link
Member

@wumpz wumpz commented Aug 23, 2020

Could you provide the parse exception?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.
X Tutup