Writing queries in console not reliable
已完成
Hello,
I don't understand why I get errors and warnings about my queries but still end up receiving the data anyway. I don't have this problem in apps like sqlectron.

请先登录再写评论。
@ Malik Martin,
>I don't understand why I get errors and warnings about my queries
You need to include introspection scope schemas you want to work with to avoid console warnings and errors.
Also, it enables autocompltion for your database objects

Perfect. Thank you!