I have downloaded the on-demand 64bit version of kdb.
I launch the kdb+ as follows:
C:\q\w64\q.exe
Then I create a simple table as follows:
t:(k: 1 2 1; v:A
B`C)
Then when I try to query it using the SQL interface as follows, I get the error:
.s.e"SELECT * FROM t"
'.s.e
[3] .s.e"SELECT * FROM t"
The command is not recognized.
How do I make it work?