
This would indeed be a very handy feature! Sometimes, the creation of dynamic lists take a little while to propagate and take some time before they can be actually used with the toList command. This would remove that issue as well!
Wouldn’t it be more handy to get a list created automatically when a process toList command is used in LP Query just like the T-SQL query below which creates a DB table automatically, rather than manually creating a dynamic list every time?
SELECT
column1
,
column2
,
column3
, ...
INTO
newtable
[IN
externaldb
]
FROM
oldtable
WHERE
condition;
Share This Post:
Please sign in to leave a comment.
1 comment