Sometime ago I got an answer (on old forum) connecting images table and widgets table would be:
select * from raz1_widgets w, raz1_images i
where w.folder_id_r = i.folder_id_r
But… I got really small set of records… I have table images (17k records) and widgets (9k records). Each widget has different set of images. But when I try to run above query - I get 1.5k records that match…
I checked couple of records - in the widgets table, value in folder_id_r does not exist in images table folder_id_r…
But widgets clearly shows image.
Any idea?