[
https://issues.apache.org/jira/browse/IGNITE-8235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16438955#comment-16438955
]
Pavel Konstantinov commented on IGNITE-8235:
--------------------------------------------
Started demo mode and tried to execute the first SQL from
{code}
CREATE TABLE Person5(ID INTEGER PRIMARY KEY, NAME VARCHAR(100));
INSERT INTO Person5(ID, NAME) VALUES (1, 'Ed'), (2, 'Ann'), (3, 'Emma');
SELECT * FROM Person5;
{code}
and got
{code}
Error: Table already exists: PERSON5
{code}
Please check why SQL query executed twice.
> Implement execution of selected part of SQL query
> -------------------------------------------------
>
> Key: IGNITE-8235
> URL: https://issues.apache.org/jira/browse/IGNITE-8235
> Project: Ignite
> Issue Type: Improvement
> Components: wizards
> Reporter: Alexander Kalinin
> Assignee: Pavel Konstantinov
> Priority: Minor
>
> If we had 3 SQL rows in the notebook, and selected one and clicked execute.
> We should only execute the highlighted row. If no row is highlighted, then
> all rows should be executed. That's a standard feature of graphical SQL tools.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)