Forum Discussion

Syndicate_Admin's avatar
Syndicate_Admin
Administrator
3 years ago

New column with values from another table

Hello.

I have a table (Table A) with different columns which has a date column and I need another column (LT) with values from another table (Table B).

Table A:

DateWeek
06/02/2023202306
13/03/2023202311

Table B:

ADESC
001a
002b
003c

Final table A:

DateWeekLT
06/02/2023202306001
06/02/2023202306002
06/02/2023202306003
13/03/2023202311001
13/03/2023202311002
13/03/2023202311003

Thank you.

2 Replies