LLBLGEN: Query from one table and insert in another

129 Views Asked by At

Let's say I want to insert values in table A, one of the columns in table A require a value which is present in table B, I wanted to know if there was a way to do this without first getting the value from table B and then saving the value in the next step in LLBLGEN

0

There are 0 best solutions below