question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

subquery is not supported

See original GitHub issue

Please add subquery constructions like these:

( select )   
ALL ( select )   
ANY ( select )  
SOME ( select )

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:13 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
larshpcommented, Nov 2, 2018

@PShumilov vscode plugin updated

1reaction
larshpcommented, Oct 25, 2018

it helps, thanks 👍

might have some time during the weekend. Until then #SAPTechEd

Read more comments on GitHub >

github_iconTop Results From Across the Web

(impala) AnalysisException: Subqueries are not supported in ...
I have a query like this, and appearantly Impala doesn't support subqueries in SELECT statement. How can I ...
Read more >
Subquery Restrictions - Vertica
Subqueries are not allowed in the defining query of a CREATE PROJECTION statement. · Subqueries can be used in the SELECT list, but...
Read more >
Subqueries not supported error - SAP Community
Hi Cobus. A golden rule for sub query is that the sub query that return more than one row can only be used...
Read more >
Subquery is not supported in the select list #10974 - GitHub
select a.* ,(select sum(b.num) from b where a.id = b.rid) nums from a; 这种子查询可以支持一下吗,现在会报这种错误. Error Code: 1105.
Read more >
Working with Subqueries - Snowflake Documentation
A subquery is a query within another query. Subqueries in a FROM or WHERE clause are used to provide data that will be...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found