Re: set table schema in sqlline command line

2018-02-22 Thread Вячеслав Коптилин
Hello, It looks like you need to use quote symbols in order to mark that the table schema is case-sensitive. Please try the following statement: select * from "Content".SINTRIPLE; Thank! 2018-02-22 12:56 GMT+03:00 shawn.du : > Hi, > > I am trying sqlline in CLI, >

set table schema in sqlline command line

2018-02-22 Thread shawn.du
Hi,I am trying sqlline in CLI,./sqlline.sh --color=true --verbose=true -u jdbc:ignite:thin://127.0.0.1/I can connect ignite successfully, also command !tables can list all tables.but when I query something, it always fail.