I have a 2 tables, I want to set a job for filling table 1 with some data in table 2. but there are some other columns in table1 that are not in table2. these cloumns have constant value. for example: table1: name, date,number (random) table 2: name,date
i wanna put name and date from table 2 into table 1 automatically. but I dont know how to fill third coulmun.
thanks