Jump to content
We've recently updated our Privacy Statement, available here ×

pradeepcalls

Members
  • Posts

    2
  • Joined

  • Last visited

pradeepcalls's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Hi Guys, I am having 2 table and I have joined the 2 tables. Say Table1 - Col_id, Col_OrderedByName, Col_Name_ProductName Say Table2 - Col_id, Col_ProductName My SQL: select t1.*, t2.* from Table1 t1 left join Table2 t2 on t1.col_Name_ProductName = t2.Col_id Problem: When I write this SQL in iReport designer, I am only getting the following columns Col_id, OrderedByName, col_Name_ProductName,Col_ProductName Now, i am missing Col_Id from Table2, is it possible to get Col_Id from Table2 without using Aliases. Regards Pradeep
×
×
  • Create New...