databend icon indicating copy to clipboard operation
databend copied to clipboard

bug: sugger function cannot found when args incorrect

Open guojidan opened this issue 11 months ago • 1 comments

Search before asking

  • [X] I had searched in the issues and found no similar issues.

Version

main branch

What's Wrong?

I excute sql SELECT IFNULL(NULL); databend prompt me ifnull does not exist

root@localhost:8000/default> SELECT IFNULL(NULL);
error: APIError: ResponseError with 1008: error: 
  --> SQL:1:8
  |
1 | SELECT IFNULL(NULL)
  |        ^^^^^^^^^^^^ function `ifnull` does not exist

How to Reproduce?

No response

Are you willing to submit PR?

  • [ ] Yes I am willing to submit a PR!

guojidan avatar Mar 12 '24 10:03 guojidan

cc @PsiACE

guojidan avatar Mar 12 '24 10:03 guojidan