Querying multiple tables in MySQL

Querying multiple tables in MySQL

David Dalton

1 год назад

3,411 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@Myself_9037
@Myself_9037 - 14.08.2023 06:30

I have a doubt. I have table with two fields, one field is array in table 1
uID | Contact
2 | 1221,1223
3 | 1123

Now value of 1221 and 1223 are in table Two. I want a query to join table 1 and table 2 using array of field2

Ответить