Skip to content

New line results in wrong solution (but shouldn't) #7

@mr-woodapple

Description

@mr-woodapple

In the DDL-Trainer (using difficulty "Mittel" and schema "Fahrrad"), there's this question:

Ändern Sie den Namen der Tabelle "Fahrradwerkstatt" zu "Werkstatt".

Running this is a correct solution:

ALTER TABLE Fahrradwerkstatt RENAME TO Werkstatt

While running this isn't (but should):

ALTER TABLE Fahrradwerkstatt 
RENAME TO Werkstatt

Seems weird to me, because in other questions, I was able to add linebreaks to my desire. Maybe this is a bug (because from my understanding, SQL ignores whitespaces and linebreaks)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions