Click here to Skip to main content
15,889,931 members
Home / Discussions / Database
   

Database

 
GeneralRe: multiplying columns Pin
N a v a n e e t h19-Mar-08 20:53
N a v a n e e t h19-Mar-08 20:53 
GeneralGeneric data fetch with IDataReader Pin
RubensFarias19-Mar-08 16:38
RubensFarias19-Mar-08 16:38 
GeneralRe: Generic data fetch with IDataReader Pin
Syed Mehroz Alam20-Mar-08 20:17
Syed Mehroz Alam20-Mar-08 20:17 
GeneralRe: Generic data fetch with IDataReader Pin
RubensFarias23-Mar-08 12:54
RubensFarias23-Mar-08 12:54 
GeneralAdd new columns in the middle of a table Pin
brhnz19-Mar-08 15:22
brhnz19-Mar-08 15:22 
GeneralSelect statement Using the like keyword Pin
Mr Oizo19-Mar-08 4:33
Mr Oizo19-Mar-08 4:33 
GeneralRe: Select statement Using the like keyword Pin
A Wong19-Mar-08 5:27
A Wong19-Mar-08 5:27 
QuestionHow to combine the following Pin
tonyong19-Mar-08 2:37
tonyong19-Mar-08 2:37 
Hi
How can i combine the follow SQL statements? Without compromising on performance.

<br />
select ppar_engparameters.parmval, ppar_engparameters.parmname<br />
from ppar_engparameters<br />
where ppar_engparameters.prcdversion = (select max(prcd.prcdversion) from prcd where<br />
prcd.prcdname = ppar_engparameters.prcdname and prcd.activeflag='A') and <br />
ppar_engparameters.parmval='myValue' <br />
<br />
<code>select category from catg_pll<br />
where catgnumber = 01 and partprcdname||' '||partprcdversion = 'myValue2'



select catg_pll.category, prcd.activeflag, prcd.prodstatus from catg_pll, prcd<br />
where  prcd.prcdname||' '||prcd.prcdversion = 'myValue2'<br />
and catgnumber = '05' and <br />
catg_pll.partprcdname||' '||catg_pll.partprcdversion = 'myValue2'<br />

GeneralA domain error occurred in SQL Pin
Eunice (VB junior)18-Mar-08 23:16
Eunice (VB junior)18-Mar-08 23:16 
GeneralRe: A domain error occurred in SQL Pin
Krish - KP19-Mar-08 1:49
Krish - KP19-Mar-08 1:49 
GeneralRe: A domain error occurred in SQL Pin
Eunice (VB junior)19-Mar-08 16:10
Eunice (VB junior)19-Mar-08 16:10 
Questionhow to store date in ddmmyy format in sql server 2005 Pin
vishal parekh18-Mar-08 22:49
vishal parekh18-Mar-08 22:49 
AnswerRe: how to store date in ddmmyy format in sql server 2005 Pin
N a v a n e e t h19-Mar-08 0:01
N a v a n e e t h19-Mar-08 0:01 
AnswerRe: how to store date in ddmmyy format in sql server 2005 Pin
Ashfield19-Mar-08 2:49
Ashfield19-Mar-08 2:49 
Generalretrieve current week's data Pin
SeeSharp18-Mar-08 20:07
SeeSharp18-Mar-08 20:07 
GeneralRe: retrieve current week's data Pin
Krish - KP19-Mar-08 0:19
Krish - KP19-Mar-08 0:19 
GeneralRe: retrieve current week's data Pin
SeeSharp20-Mar-08 0:09
SeeSharp20-Mar-08 0:09 
GeneralDouble Click options in SQL 2005 editor Pin
pmpdesign18-Mar-08 12:43
pmpdesign18-Mar-08 12:43 
GeneralReporting services--Problem with the subreport Pin
Payal_e_m18-Mar-08 10:50
Payal_e_m18-Mar-08 10:50 
GeneralRe: Reporting services--Problem with the subreport Pin
pmarfleet18-Mar-08 11:10
pmarfleet18-Mar-08 11:10 
GeneralRe: Reporting services--Problem with the subreport Pin
Payal_e_m18-Mar-08 13:02
Payal_e_m18-Mar-08 13:02 
General@@Identity & Scope_Identity() returning null. Pin
Mustafa Ismail Mustafa18-Mar-08 10:36
Mustafa Ismail Mustafa18-Mar-08 10:36 
GeneralRe: @@Identity & Scope_Identity() returning null. Pin
pmarfleet18-Mar-08 11:13
pmarfleet18-Mar-08 11:13 
GeneralRe: @@Identity & Scope_Identity() returning null. Pin
Mustafa Ismail Mustafa18-Mar-08 12:20
Mustafa Ismail Mustafa18-Mar-08 12:20 
QuestionHow do I update an XSL stylesheet, stored in a field of type XML Pin
totig18-Mar-08 7:20
totig18-Mar-08 7:20 

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.