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

[Doc][SQL]After the SQL module has queried multiple pieces of data and outputted them as a LIST, how can additional data be added using the SQL module? #15484

Closed
3 tasks done
15620627645 opened this issue Jan 15, 2024 · 3 comments
Assignees

Comments

@15620627645
Copy link

Search before asking

  • I had searched in the issues and found no similar feature requirement.

Description

1、再sql模块中 查询出了多条数据后,List 输出后 再下一个sql模块进行添加 (两个sql 模块的数据源不一样)
After querying multiple pieces of data in an SQL module and outputting them as a List, how can additional data be added in another SQL module? (Note: The two SQL modules have different data sources)
image
2、直接insert into 会报错 ,不知道该怎么弄了
When I use 'INSERT INTO', it results in an error. I'm not sure what to do.
image

Documentation Links

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Copy link

Search before asking

  • I had searched in the issues and found no similar feature requirement.

Description

  1. After querying multiple pieces of data in the sql module, after the List is output, add it to the next sql module (the data sources of the two sql modules are different)
    After querying multiple pieces of data in an SQL module and outputting them as a List, how can additional data be added in another SQL module? (Note: The two SQL modules have different data sources)
    image
  2. If you directly insert into, an error will be reported. I don’t know what to do.
    When I use 'INSERT INTO', it results in an error. I'm not sure what to do.
    image

Documentation Links

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@fuchanghai fuchanghai removed the Waiting for reply Waiting for reply label Jan 15, 2024
Copy link

This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.

@github-actions github-actions bot added the Stale label Feb 15, 2024
Copy link

This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.

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