Skip to content

Issue 58 #68

Closed
wants to merge 2 commits into from
Closed

Issue 58 #68

wants to merge 2 commits into from

Conversation

makssent
Copy link
Collaborator

@makssent makssent commented Jul 4, 2024

Fixes #58

Changes proposed in this pull request:

  • Fix error message: "You have an error in your SQL syntax: SELECT C.CUST_NAME C.CUST_CITY FROM CUSTOMER c WHERE c.agent_code IN (WITH T121 AS (SELECT AGENT_CODE FROM AGENTS) SELECT C.CUST_NAME FROM CUSTOMER c LEFT JOIN T121 T ON T.AGENT_CODE = C.AGENT_CODE) no viable alternative at input 'IN' at line 1 position 68 near @1568:69='IN'<106>1:68"
  • New error message: "Table or view T121 does not exist."

@TedCraft TedCraft closed this Jul 4, 2024
@TedCraft
Copy link
Collaborator

TedCraft commented Jul 4, 2024

Закрыл т.к. нет смысле делать два пул реквеста с одинаковыми коммитами. Можно просто в одном указать два issue

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

Successfully merging this pull request may close these issues.

T122 WITH (excluding RECURSIVE) in subquery
2 participants