Click here to Skip to main content
15,895,011 members
Home / Discussions / Database
   

Database

 
Questionhow to write querry for this month,3months ,6months,annual Pin
developerit4-May-10 1:05
developerit4-May-10 1:05 
AnswerRe: how to write querry for this month,3months ,6months,annual Pin
Corporal Agarn4-May-10 6:35
professionalCorporal Agarn4-May-10 6:35 
GeneralRe: how to write querry for this month,3months ,6months,annual Pin
developerit4-May-10 21:05
developerit4-May-10 21:05 
GeneralRe: how to write querry for this month,3months ,6months,annual Pin
Corporal Agarn5-May-10 1:57
professionalCorporal Agarn5-May-10 1:57 
AnswerRe: how to write querry for this month,3months ,6months,annual Pin
Simon_Whale4-May-10 23:22
Simon_Whale4-May-10 23:22 
QuestionSearch based on percentage - sql server 2005 Pin
abcurl4-May-10 0:04
abcurl4-May-10 0:04 
AnswerRe: Search based on percentage - sql server 2005 Pin
Simon_Whale4-May-10 23:33
Simon_Whale4-May-10 23:33 
Questionproblem with Query Pin
mjawadkhatri3-May-10 21:22
mjawadkhatri3-May-10 21:22 
Hi..
please solve my prob i try this query

select PRODUCTID,u_price, max(qc_dt) dt
from qc where PRODUCTID=1011
group by PRODUCTID,u_price
order by PRODUCTID


result of this query is like
productid.,u_price.,dt
1011......6.00.....2010-01-27 00:00:00.000
1011......5.50.....2010-04-27 00:00:00.000

but i want to show the max date record like
productid.,u_price.,dt
1011......5.50.....2010-04-27 00:00:00.000

please tell me the query

hope you understand

i am waiting ur reply.
AnswerRe: problem with Query Pin
Paramhans Dubey3-May-10 22:08
professionalParamhans Dubey3-May-10 22:08 
GeneralRe: problem with Query Pin
mjawadkhatri3-May-10 22:16
mjawadkhatri3-May-10 22:16 
GeneralRe: problem with Query Pin
mjawadkhatri3-May-10 22:26
mjawadkhatri3-May-10 22:26 
AnswerRe: problem with Query Pin
Simon_Whale4-May-10 23:26
Simon_Whale4-May-10 23:26 
QuestionSQL Server Indexes [modified] Pin
mobius1110013-May-10 3:13
mobius1110013-May-10 3:13 
AnswerRe: SQL Server Indexes Pin
Luc Pattyn3-May-10 4:15
sitebuilderLuc Pattyn3-May-10 4:15 
GeneralRe: SQL Server Indexes Pin
mobius1110013-May-10 4:35
mobius1110013-May-10 4:35 
AnswerRe: SQL Server Indexes Pin
Henry Minute3-May-10 4:28
Henry Minute3-May-10 4:28 
AnswerRe: SQL Server Indexes Pin
Luc Pattyn3-May-10 4:53
sitebuilderLuc Pattyn3-May-10 4:53 
GeneralRe: SQL Server Indexes Pin
Henry Minute3-May-10 4:58
Henry Minute3-May-10 4:58 
GeneralRe: SQL Server Indexes Pin
Luc Pattyn3-May-10 5:05
sitebuilderLuc Pattyn3-May-10 5:05 
GeneralRe: SQL Server Indexes Pin
Henry Minute3-May-10 5:09
Henry Minute3-May-10 5:09 
GeneralRe: SQL Server Indexes Pin
Luc Pattyn3-May-10 5:17
sitebuilderLuc Pattyn3-May-10 5:17 
GeneralRe: SQL Server Indexes Pin
Chris Meech3-May-10 6:43
Chris Meech3-May-10 6:43 
GeneralRe: SQL Server Indexes Pin
Luc Pattyn3-May-10 6:55
sitebuilderLuc Pattyn3-May-10 6:55 
AnswerRe: SQL Server Indexes Pin
PIEBALDconsult3-May-10 16:59
mvePIEBALDconsult3-May-10 16:59 
QuestionCyrillic characters · Serbian characters in sql server 2005 Pin
abcurl3-May-10 2:02
abcurl3-May-10 2:02 

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.