When I start to type some command select * from events group |
and at this moment want to cancel input and get new empty line.
Like in bash console Ctrl^C but couldn't.
Ctrl^D is ignored unless current line is empty.
Possible workarounds for now:
- Ctrl^A Ctrl&K if multiline mode not used.
- type
; and execute wrong/not-complete query(and also garbage history)
When I start to type some command
select * from events group |and at this moment want to cancel input and get new empty line.
Like in bash console
Ctrl^Cbut couldn't.Ctrl^D is ignored unless current line is empty.
Possible workarounds for now:
;and execute wrong/not-complete query(and also garbage history)