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

返り値が1つのSubQuery対応 #101

Open
mazrean opened this issue Mar 25, 2022 · 0 comments
Open

返り値が1つのSubQuery対応 #101

mazrean opened this issue Mar 25, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@mazrean
Copy link
Owner

mazrean commented Mar 25, 2022

返り値が1つだけのSubQueryに対応する。
返り値が複数の場合は、そもそも値の組みを扱う仕組みがないので一旦後回し。
SubQuery内では

  • SubQueryの結果を利用するクエリのテーブル
  • SubQueryの対象テーブル

両方のカラムを使用可能なため、それをうまく表現する必要がある。
とりあえずSubQueryの結果を利用するクエリのテーブルのみSubQueryの対象テーブルとして良い、みたいなのもありとは思う。

@mazrean mazrean added the enhancement New feature or request label Mar 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant