cancel
Showing results for 
Search instead for 
Did you mean: 

KX SQL Introductory Project - .s.e error

CoWa93
New Contributor

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? 

CoWa93_0-1644925897806.png

 

1 ACCEPTED SOLUTION

Michaela
Community Manager Community Manager
Community Manager

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
PREVIE

View solution in original post

2 REPLIES 2

Michaela
Community Manager Community Manager
Community Manager

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
PREVIE

rocuinneagain
Valued Contributor
Valued Contributor

To load the SQL interpreter you can run:

 

\l s.k

 

Otherwise when you run your first 's)' query this would be done automatically.