I have a similar issue, so I thought I will write it here rather than starting a new thread.
I want to do something similar to : Select distinct ColC from tableA.
tableA structure is:
ColA - Auto sequence and PK.
ColB - varchar 50
ColC - varchar 50
ColD - varchar 50
ColB and ColC form unique key constraint.
How do you do this in llblgen. Appreciate the simplest answer.
I am using llblgen pro 2.6 final. self servicing two class template. C#.