Jump to content

Sql Help


azraelGG

Recommended Posts

can you help me with this code i want select all fields from 3 tables but i need specific names for 2 coloums

 

SELECT mp.naziv AS mpnaziv,vm.naziv AS vmnaziv, * (i want add this * like select all but when i add that * then query doesnt work)

FROM mehanizacija m, mehanizacija_proizvodjac mp, vrsta_mehanizacija vm

WHERE m.meh_proiz_ID_FK=mp.meh_proiz_ID AND m.vrsta_mehanizacija_ID_FK=vm.vrsta_mehanizacija_ID

 

any suggestions, solutions?

Link to comment
https://forums.phpfreaks.com/topic/271119-sql-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.