How to join 2 tables in the following case? Case is so complicate, I am not sure how to ask. Anyway that is my 2 tables. Please have a look.
This is album_tb
This is cart_tb
In "cart_tb", I want to add "album_images" field within album images of "album_tb" according to "album_id".
So I want the result as following.
How to join 2 tables?