Re: Dynamic binding issue

2023-06-13 Thread Lorusso Domenico
Because the function is general and should do the same thing for many different table. Unique constraint, each table must have a field with a specific type Il mar 13 giu 2023, 01:31 Adrian Klaver ha scritto: > On 6/12/23 15:13, Lorusso Domenico wrote: > > Hello guys, > > I'm a problem with dynam

Re: Dynamic binding issue

2023-06-12 Thread Adrian Klaver
On 6/12/23 15:13, Lorusso Domenico wrote: Hello guys, I'm a problem with dynamic sql. I am trying to write a generic function that is able to read and update a table based on some data coming from e previous record. Here the example _sqlStr=format('select *   from  %1$s.%2$s   where (' || arr