Level 63
Jun 8, 2022
2
Level 1
How to fuse 3 columns in to 1 column in another table with create function
Hi, I have 2 tables that are one to one.
Table 1 relations with column 'full_name' Table 2 relations_identity with columns 'first_name','middle_name','last_name'
How can I make a create function in controller that fuses the columns in table 2 in to table 1 column 'full_name' ?
Please or to participate in this conversation.