A
A
Alexander Bondarenko2020-02-11 11:47:34
MySQL
Alexander Bondarenko, 2020-02-11 11:47:34

Is it possible to form a field from several links to other tables?

There is an address field that needs to be split into different tables, for example, John Smith, 775 Westminster Avenue APT D5, Brooklyn, NY, 11230, I want to split all this into 4 tables and leave one main one, where there will be only First Name Last Name and Address. Pull the address itself from these 4 tables and form one field, is it possible and how can this be done?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
Leonid Knyazev, 2020-02-11
@bond_1013

Maybe. Use CONCAT and JOIN

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question