How to use the generated column in SQL Statement Generator
kiran.karamsetti
Posts: 7
Hi,
I am generating my id column and i want to use this ID column in my SQL STATEMENT generator to populate another column within the sam e table.
Can any one give suggestions on this. its very urgent.
I am generating my id column and i want to use this ID column in my SQL STATEMENT generator to populate another column within the sam e table.
Can any one give suggestions on this. its very urgent.
Comments
I have 2 tables. like:
CCBudget:
CCB_ID FixedRate DefaultRate
And another table(destination):
Scheduling:
SC_ID CCB_ID DefaultRate
I need to fill this Scheduling table. So I made a relationship between the CCBudget and Scheduling on CCD_ID field. So this will get populated from the CCBudget.CCB_ID. So with respect to that Scheduling.CCB_ID i need to populate the DefaultRate from the CCBudget into Scheduling table.
You can attach scripts under Edit Projects... Dialog, Scripts Tab.
Red Gate Software