Posts
Sort by recent activity
Regarding SQL data generation
Hi,
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 re...
How to use the generated column in SQL Statement Generator
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 urg...
Regarding SQL STATEMENT generator
Hi ,
I have tables like:
1. Rep(RepID, rep_name,Active) -> has id= 1 to 100 records
2. Role(RoleID, RoleCode, Active) -> has id = 1 to 30 records
3. RepRole(ID, RepID, RoleID)
and I need to popula...