databend icon indicating copy to clipboard operation
databend copied to clipboard

bug: error hints when select * from xx.yy

Open bohutang opened this issue 2 years ago • 2 comments

Summary

SQL: select * from xx.yy; 

1025: error: 
  --> SQL:3:15
  |
1 | 
2 | 
3 | select * from xx.yy;
  |               ^^^^^ Unknown table `xx`.`yy` in catalog 'default'

Expected:

SQL: select * from xx.yy; 

1025: error: 
  --> SQL:3:15
  |
1 | 
2 | 
3 | select * from xx.yy;
  |               ^^ Unknown database `xx` in catalog 'default'

bohutang avatar Nov 15 '23 02:11 bohutang

I'd like to work on this issue.

spoonnotfound avatar Nov 15 '23 13:11 spoonnotfound

@flyingpot How is it going? I try to fix this in PR: https://github.com/datafuselabs/databend/pull/14663

zhenglin-charlie-li avatar Feb 18 '24 01:02 zhenglin-charlie-li