Click here to Skip to main content
15,914,608 members
Home / Discussions / Database
   

Database

 
GeneralRe: Synchronizing different locations in sql server 2005 Pin
Jerry Hammond15-Aug-09 3:47
Jerry Hammond15-Aug-09 3:47 
GeneralRe: Synchronizing different locations in sql server 2005 Pin
Ashfield16-Aug-09 21:00
Ashfield16-Aug-09 21:00 
QuestionHelp in Query - Oracle Pin
aaraaayen14-Aug-09 8:36
aaraaayen14-Aug-09 8:36 
AnswerRe: Help in Query - Oracle Pin
Mycroft Holmes14-Aug-09 13:41
professionalMycroft Holmes14-Aug-09 13:41 
GeneralRe: Help in Query - Oracle Pin
N a v a n e e t h14-Aug-09 17:45
N a v a n e e t h14-Aug-09 17:45 
GeneralRe: Help in Query - Oracle Pin
aaraaayen16-Aug-09 23:54
aaraaayen16-Aug-09 23:54 
GeneralRe: Help in Query - Oracle Pin
aaraaayen17-Aug-09 0:00
aaraaayen17-Aug-09 0:00 
AnswerRe: Help in Query - Oracle Pin
Johan Hakkesteegt17-Aug-09 2:23
Johan Hakkesteegt17-Aug-09 2:23 
And just using MAX doesn't work?

SELECT A.BILL, A.BILLER, MAX(A.VERSION_NO) AS VERSION_NO,
A.CODE, A.NAME,A.SEGMENT_CODE,
A.COMMENT,B.BILL AS BILL, B.BILLER AS DW_BILLER,
B.MCN AS DW_MCN, B.SO AS DW_SO, B.BG AS DW_BG,
B.CODE AS DW_CODE, B.NAME AS DW_NAME,B.SEGMENT_CODE AS DW_SEGMENT_CODE
FROM WEB_REF A, WEB_CUST B
WHERE A.BILL=B.BILL AND A.BILLER=B.BILLER
ORDER BY A.BILL


My advice is free, and you may get what you paid for.

QuestionSQLServerCE.dll Pin
sohaib_a13-Aug-09 4:46
sohaib_a13-Aug-09 4:46 
Questionconsidering all the columns in a field Pin
jishbalan13-Aug-09 0:36
jishbalan13-Aug-09 0:36 
AnswerRe: considering all the columns in a field Pin
Ashfield13-Aug-09 1:28
Ashfield13-Aug-09 1:28 
QuestionPROBLEM IN STORED PROCEDURE SUBSTRING :(( Pin
dotnetcsharpdev13-Aug-09 0:16
dotnetcsharpdev13-Aug-09 0:16 
AnswerRe: PROBLEM IN STORED PROCEDURE SUBSTRING :(( Pin
Ashfield13-Aug-09 1:25
Ashfield13-Aug-09 1:25 
GeneralRe: PROBLEM IN STORED PROCEDURE SUBSTRING :) Pin
dotnetcsharpdev13-Aug-09 1:55
dotnetcsharpdev13-Aug-09 1:55 
GeneralRe: PROBLEM IN STORED PROCEDURE SUBSTRING :) Pin
Ashfield13-Aug-09 4:29
Ashfield13-Aug-09 4:29 
QuestionTurnkey Websites And Php Scripts (3016) Pin
maliksp12-Aug-09 22:46
maliksp12-Aug-09 22:46 
RantRe: Turnkey Websites And Php Scripts (3016) Pin
Ashfield13-Aug-09 1:26
Ashfield13-Aug-09 1:26 
QuestionGet Time From the Datetime of SQL 2005? Pin
Pawan Kiran12-Aug-09 20:26
Pawan Kiran12-Aug-09 20:26 
AnswerRe: Get Time From the Datetime of SQL 2005? Pin
Ashfield12-Aug-09 21:05
Ashfield12-Aug-09 21:05 
NewsSQL Server 2008 R2 Community Preview Now Available To All Pin
brucedkyle12-Aug-09 9:07
brucedkyle12-Aug-09 9:07 
GeneralRe: SQL Server 2008 R2 Community Preview Now Available To All Pin
Mycroft Holmes12-Aug-09 16:55
professionalMycroft Holmes12-Aug-09 16:55 
GeneralRe: SQL Server 2008 R2 Community Preview Now Available To All Pin
Jerry Hammond12-Aug-09 19:14
Jerry Hammond12-Aug-09 19:14 
QuestionSQL 2005 Problem : Insert exec statement cannot be nested Pin
mihirhp12-Aug-09 0:49
mihirhp12-Aug-09 0:49 
AnswerRe: SQL 2005 Problem : Insert exec statement cannot be nested Pin
Jerry Hammond12-Aug-09 3:58
Jerry Hammond12-Aug-09 3:58 
GeneralRe: SQL 2005 Problem : Insert exec statement cannot be nested Pin
Mycroft Holmes12-Aug-09 16:58
professionalMycroft Holmes12-Aug-09 16:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.