php - sql query from 3 tables -


Dear I need to get queries from 3 tables, I try to show that what I need to do in the picture It will explain everything.

You get internal

  SELECT a.item_id, c.menu_text, b.smenu_text, a.Item_Name By joining an internal at the end of joining a.submenu_id = b.smenu_id c at b.menu_id = c. Menu_id  

Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -