skip to Main Content

SQL #1066 – Not unique table/alias: – Phpmyadmin

I'm getting this error with my code: SELECT flatpack_ig,FlatpackID ,Name,Colour,Type,UnitPrice,component_ig,ComponentNo, component_ig, description FROM flatpack_ig INNER JOIN flatpackcomponent_ig ON flatpack_ig, FlatpackID= flatpackcomponent_ig,FlatpackID INNER JOIN component_ig ON flatpackcomponent_ig, ComponentNo=component_ig,ComponentNo ORDER BY flatpack_ig,FlatpackID

VIEW QUESTION
Back To Top
Search