Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

keyword 'INTERSECT' No highlighting #1933

Closed
ForeverInfinity opened this issue Apr 7, 2024 · 0 comments
Closed

keyword 'INTERSECT' No highlighting #1933

ForeverInfinity opened this issue Apr 7, 2024 · 0 comments

Comments

@ForeverInfinity
Copy link

ForeverInfinity commented Apr 7, 2024

Preconditions

HeidiSQL version:12.6.0.6765
Database type and version:MariaDB 11.3 x64
OS:Windows 11

Describe the bug

Missing ‘INTERSECT’ keyword

To Reproduce

  1. Write down the following SQL statements
    -- 查询计算机科学系的学生与年龄不大于19岁的学生的交集
    SELECT * FROM student WHERE sdept='CS' INTERSECT
    SELECT * FROM student WHERE sage<=19;
  2. 'INTERSECT' No highlighting

Screenshots or Crash reports

QQ截图20240407150743

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants