When inserting data from a query to a table, does the query run for each record inserted?

前端 未结 3 1398
一整个雨季
一整个雨季 2021-01-13 20:16

I\'m inserting data problematically into tables. When I do this from another table, it\'s swift, only slowed very slightly if there are a lot of records. Even then, it\'s a

3条回答
  •  情书的邮戳
    2021-01-13 20:52

    You are using a user defined function (UDF) ConcatRelated, so the UDF runs for each record, otherwise, usually Access SQL works in the normal way.

提交回复
热议问题