Click here to Skip to main content
15,918,343 members
Home / Discussions / Database
   

Database

 
GeneralRe: oledb query Pin
Member 30299284-May-08 19:55
Member 30299284-May-08 19:55 
GeneralCreate a custom search string Pin
Paul McGann25-Apr-08 7:42
professionalPaul McGann25-Apr-08 7:42 
GeneralRe: Create a custom search string Pin
Mark J. Miller25-Apr-08 9:06
Mark J. Miller25-Apr-08 9:06 
GeneralRe: Create a custom search string Pin
Paul McGann25-Apr-08 9:45
professionalPaul McGann25-Apr-08 9:45 
GeneralRe: Create a custom search string Pin
ChandraRam27-Apr-08 23:24
ChandraRam27-Apr-08 23:24 
Questionis it possible to replicate mysql data on mssql server [modified] Pin
Talsaniya Jayesh25-Apr-08 5:27
professionalTalsaniya Jayesh25-Apr-08 5:27 
QuestionApplication roles Pin
aecordoba25-Apr-08 4:15
aecordoba25-Apr-08 4:15 
Generaltotal Impression for same id and name Pin
r aa j24-Apr-08 23:04
r aa j24-Apr-08 23:04 
hi here I am using SQL SErver 2005 with following query.....

select distinct dbo.AE_Site.siteId as siteId,dbo.AE_Site.siteName as
siteName,dbo.AE_Dimension.Impression as Impression from
AE_Dimension inner join AE_Channel on dbo.AE_Dimension.channelId=dbo.AE_Channel.channelId
inner join AE_Site on dbo.AE_Channel.siteId=dbo.AE_Site.siteId where dbo.AE_Dimension.cpm='0.5$'

output is
siteId siteName Impression
301 msn india 10
301 msn india 15
336 Yahoo India 45645


but I want output like

siteId siteName Impression
301 msn india 25
336 Yahoo India 45645


anybody plz reply me ASAP....
Thanks

Rajendran.AL

GeneralRe: total Impression for same id and name Pin
Blue_Boy25-Apr-08 0:05
Blue_Boy25-Apr-08 0:05 
GeneralRe: total Impression for same id and name Pin
andyharman25-Apr-08 0:12
professionalandyharman25-Apr-08 0:12 
GeneralRe: total Impression for same id and name Pin
Rajkamal_dfine25-Apr-08 20:52
Rajkamal_dfine25-Apr-08 20:52 
Generaldatabase problem Pin
snouto24-Apr-08 22:24
snouto24-Apr-08 22:24 
GeneralRe: database problem Pin
Ashfield24-Apr-08 22:27
Ashfield24-Apr-08 22:27 
GeneralRe: database problem Pin
snouto24-Apr-08 22:29
snouto24-Apr-08 22:29 
GeneralRe: database problem Pin
Vasudevan Deepak Kumar24-Apr-08 22:57
Vasudevan Deepak Kumar24-Apr-08 22:57 
GeneralRe: database problem Pin
Blue_Boy24-Apr-08 22:39
Blue_Boy24-Apr-08 22:39 
GeneralRe: database problem Pin
snouto24-Apr-08 22:42
snouto24-Apr-08 22:42 
GeneralRe: database problem Pin
Blue_Boy24-Apr-08 22:45
Blue_Boy24-Apr-08 22:45 
GeneralRe: database problem Pin
snouto24-Apr-08 22:48
snouto24-Apr-08 22:48 
GeneralRe: database problem Pin
Blue_Boy24-Apr-08 22:50
Blue_Boy24-Apr-08 22:50 
GeneralRe: database problem Pin
Vasudevan Deepak Kumar24-Apr-08 22:59
Vasudevan Deepak Kumar24-Apr-08 22:59 
RantRe: database problem Pin
snouto24-Apr-08 23:06
snouto24-Apr-08 23:06 
GeneralRe: database problem Pin
Blue_Boy24-Apr-08 23:17
Blue_Boy24-Apr-08 23:17 
GeneralRe: database problem Pin
snouto24-Apr-08 23:23
snouto24-Apr-08 23:23 
GeneralRe: database problem Pin
Blue_Boy24-Apr-08 23:50
Blue_Boy24-Apr-08 23:50 

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.