Forum Discussion
chalmers
3 years agoNew Member
Select first row metting condition
Hi, I have a table (PRODUCT) with product data and a creation datetime. I have a second table (PERIOD) with year, sale period, and start / end date of those period. I try to create a column in PR...
lbendlin
3 years agoSuper User
Flip the loops around (each and (v_period). Also try it with the tables flipped around. Then try it with Table.AddKey for your join condition columns.
If you can, provide meaningful sample data. That will allow us to suggest the most performant approach.