Preview:
SELECT  itemID, 
      mnu_code,
      bl.ID
      FROM lu_mnu_code lum
      LEFT OUTER JOIN bl ON bl.ID = lum.itemID
WHERE :MENUCODE = lum.mnu_code;
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter