Recent IT Questions

1 - 5 of 5
<<PREVIOUS 1 NEXT>>

Using Case Statement Inside SQL Join

Hi,I am trying to convert dynamic sql into static sql due to permission issue, I faced a challange when i am trying to convert this part of code given below-- join to ADDR_DETAIL SET @join_sql = 'inner join ADDR_DETAIL on ADDR_DETAIL.GRP_CONTACT_ID = pm.GRP_CONTACT_ID AND ' IF (@ChannelEntity...

View Answer   |  Mar 13 2008   11:08 AM GMT   |  asked by Bmdayal
SQL, T-SQL, JOIN


LEFT JOIN vs. LEFT OUTER JOIN

I've been googling for 2 hours trying to find if there is a difference between LEFT JOIN and LEFT OUTER JOIN, and of course I didn't find anything. Is there a difference? Is the word 'outer' optional, since a left join is an outer join by default? If this is the case, I don't understand the usage...

View Answer   |  Feb 27 2008   9:51 PM GMT   |  asked by OracleATE
Oracle, Oracle development, JOIN


SQL statement using RRN(file) on join pulling only Max(date) records from second file in iSeries

I am using WebSmart with the I-series data base files. I am joining two data base files receiving the RRN so that I can use the fetch rrn and the fextnext to display one screen at a time in my WebSmart program. I have used this method many times except this time I have a one to many relationship...

View Answer   |  Feb 15 2008   7:00 PM GMT   |  asked by Isjld
SQL, RRN, JOIN


Showing all records

DATA SET:Table1XID YID WRKDATE--- --- ------- 1 NOR 2007-012 SOU 2007-03Table2XID ZID QTY --- --- --- 1 PEN 10 1 PAP 202 PAP 51 PEN 102 PAP 5ResultXID YID WRKDATE ZID QTY--- --- ------- --- ---1 NOR 2007-01 PAP 201 NOR 2007-01 PEN 101 NOR 2007-01 PEN 102 SOU 2007-03...

View Answer   |  Nov 27 2007   2:58 AM GMT   |  asked by TeamJR3
SELECT, JOIN


Question on JOIN Clause

Folks,Is there any differences between selecting values from a table using JOIN clause, by using as JOIN or INNER JOIN.I mean, Will the result or performance changes when JOIN is used instead of INNER JOIN in MS SQL SERVER 2000/2005Thanks in advance !ash

View Answer   |  Oct 29 2007   9:00 AM GMT   |  asked by Ashok tak
JOIN, SQL Server 2005, SQL Server 2000


1 - 5 of 5
<<PREVIOUS 1 NEXT>>