Question

Automatic creation of List from process toList command

  • 4 May 2021
  • 1 reply
  • 38 views

Userlevel 3
Badge +7

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 column1column2column3, ...
INTO newtable [IN externaldb]
FROM oldtable
WHERE condition;


1 reply

Badge

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!

Reply