Forum Discussion
Anonymous
2 years agoNot applicable
Copy Calender Table to Another Table
Hi, I have calender Table which i need to copy the dates to Another table(Unique Value). Calender Table: TxnDt 17-Mar 18-Mar 19-Mar 20-Mar 21-Mar 22-Mar 23-Mar ...
- Anonymous2 years ago
Closing this query as not response received for 2nd query. Appreciate my 1st query resolved.
Greg_Deckler
Community Champion
2 years agoAnonymous You can use GENERATE or GENERATEALL like:
New Table = GENERATEALL('Table 2', 'Table 1')