Skip to content

Expected Issue #195

@yangtommmmmmmm

Description

@yangtommmmmmmm

Could you help me explain why I get the following error when I enter the following SQL syntax,and how to modify it?

SQL syntax:
SELECT ID, name
FROM instructor
WHERE salary = (SELECT MAX(salary) FROM instructor)

Error: at line 3: Expected ";", "except", "fetch", "group", "having", "intersect", "limit", "offset", "order", "union", or end of input but "=" found.

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