SELECT strPath from path INNERJOIN filelinkpath ON path.idPath = filelinkpath.idPath
2
solved Mysql INNER JOIN with multiple IDs and Tables
SELECT strPath from path INNERJOIN filelinkpath ON path.idPath = filelinkpath.idPath
2
solved Mysql INNER JOIN with multiple IDs and Tables