Hi!
i am facing a probleum while excuting the query having join operator
i am using sql server 6.0 and my query is
Select BABLU.COM_NAME, BABLU.INDNT,VEE R.ADDRESS From BABLU Join VEER on BABLU.COM_NAME = VEER.COM_NAME
i am facing a probleum while excuting the query having join operator
i am using sql server 6.0 and my query is
Select BABLU.COM_NAME, BABLU.INDNT,VEE R.ADDRESS From BABLU Join VEER on BABLU.COM_NAME = VEER.COM_NAME
Comment