https://learninghub.kx.com/forums/topic/kx-sql-introductory-project-s-e-error
Hello all, I have been trying to complete the introductory project for KX SQL however every time I run any code I get an s.e. error. Has any else had this issue?
https://learninghub.kx.com/forums/topic/kx-sql-introductory-project-s-e-error
Hello all, I have been trying to complete the introductory project for KX SQL however every time I run any code I get an s.e. error. Has any else had this issue?
Hi,
When you are coming back to this you may need to run a command using s) prompt before it will allow you to use .s.e.
Try running below first and then your command with .s.e
// SQL query using s) s)SELECT * FROM trips WHERE date=2009.01.01
To load the SQL interpreter you can run:
l s.k
Otherwise when you run your first ‘s)’ query this would be done automatically.