You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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
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)
2、直接insert into 会报错 ,不知道该怎么弄了
When I use 'INSERT INTO', it results in an error. I'm not sure what to do.
I had searched in the issues and found no similar feature requirement.
Description
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)
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.
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.
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.
Search before asking
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)
2、直接insert into 会报错 ,不知道该怎么弄了
When I use 'INSERT INTO', it results in an error. I'm not sure what to do.
Documentation Links
No response
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: