-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
c/consoleRelated to consoleRelated to consolee/quickfixcan be wrapped up in few hourscan be wrapped up in few hoursgood first issueGood for newcomersGood for newcomershelp wantedGood candidate for contribution. Community help wanted!Good candidate for contribution. Community help wanted!k/bugSomething isn't workingSomething isn't workingp/mediumnon-urgent issues/features that are candidates for being included in one of the upcoming sprintsnon-urgent issues/features that are candidates for being included in one of the upcoming sprints
Description
Hi there,
Thanks for the great tool. It seems as though the if not exists syntax is not supported by the SQL runner. I went ahead and dropped the syntax and created the table correctly, but perhaps this is useful information.
- Go to Data > SQL
- Attempt to create a table
CREATE TABLE IF NOT EXISTS article_tag (
article_id INT
tag_id INT
PRIMARY KEY (article_id, tag_id)
)
- Error
Metadata
Metadata
Assignees
Labels
c/consoleRelated to consoleRelated to consolee/quickfixcan be wrapped up in few hourscan be wrapped up in few hoursgood first issueGood for newcomersGood for newcomershelp wantedGood candidate for contribution. Community help wanted!Good candidate for contribution. Community help wanted!k/bugSomething isn't workingSomething isn't workingp/mediumnon-urgent issues/features that are candidates for being included in one of the upcoming sprintsnon-urgent issues/features that are candidates for being included in one of the upcoming sprints