How do I get ctrl+enter to execute a truncate (or any statement)?
ctrl+enter doesn't seem to run anything aside from a basic select statement. Even within a CTAS statement, the SELECT clause is highlighted without the initial CREATE TABLE clause.
CREATE/DROP table works, but truncate doesn't seem to be recognized.
请先登录再写评论。
Hi,
Could you provide any examples?
Also, it would be great, if you provide a screenshot of your console before pressing ctr+enter.
A query to execute should be highlighted with a border, like in an example below:
Since I can't reproduce the problem.
Thank you.
Sure, I cropped my console but you can tell my cursor is at line 22 and nothing gets highlighted. Even when I press the Execute (green arrow) button, nothing happens. I have to manually highlight the query, or full truncate statement in this case, and press the execute button or ctrl+enter.
@Brian Y Kim
Hi,
Could you provide any IDE logs? It would be helpful to get your SQL script before line 22.
Thank you.