Click here to Skip to main content
15,907,329 members
Home / Discussions / Database
   

Database

 
QuestionSQL 2005 Reporting Services Pin
Member 43822326-Jun-08 0:55
Member 43822326-Jun-08 0:55 
QuestionCannot insert duplicate key row in object Pin
Ballita5-Jun-08 19:03
Ballita5-Jun-08 19:03 
AnswerRe: Cannot insert duplicate key row in object Pin
Alsvha5-Jun-08 19:17
Alsvha5-Jun-08 19:17 
AnswerRe: Cannot insert duplicate key row in object Pin
Blue_Boy5-Jun-08 20:40
Blue_Boy5-Jun-08 20:40 
QuestionMagic & SQL server Pin
E_Gold5-Jun-08 9:58
E_Gold5-Jun-08 9:58 
AnswerRe: Magic & SQL server Pin
Marek Grzenkowicz6-Jun-08 23:42
Marek Grzenkowicz6-Jun-08 23:42 
QuestionHow to use Distinct from the Following Query Pin
Vimalsoft(Pty) Ltd5-Jun-08 8:20
professionalVimalsoft(Pty) Ltd5-Jun-08 8:20 
AnswerRe: How to use Distinct from the Following Query Pin
Rutvik Dave5-Jun-08 11:04
professionalRutvik Dave5-Jun-08 11:04 
Your question is not clear but you can Try this

SELECT REC_NO,LIS_KEY,FUNC_KEY,UNIT_NO,RIGHTS_ZONING,USE_CODE,OWNER,RATEABILITY, EXCLUSION,MARKET_VALUE,EFFECTIVE_DATE,CATEGORY_CODE,SUPPLE_NUM,AREA,min(PROPERTY_ID), OLD_MARKET_VALUE,VALUATION_ID,REASON,SORT_DATE
FROM SDE.EXPORT_OITPS_GV_TEST
GROUP BY PROPERTY_ID
Order By min(PROPERTY_ID)

or this

SELECT distinct REC_NO,LIS_KEY,FUNC_KEY,UNIT_NO,RIGHTS_ZONING,USE_CODE,OWNER,RATEABILITY, EXCLUSION,MARKET_VALUE,EFFECTIVE_DATE,CATEGORY_CODE,SUPPLE_NUM,AREA,PROPERTY_ID, OLD_MARKET_VALUE,VALUATION_ID,REASON,SORT_DATE
FROM SDE.EXPORT_OITPS_GV_TEST
Order By PROPERTY_ID
QuestionA Database Design Problem - Catalogue Pin
Cristoff5-Jun-08 1:46
Cristoff5-Jun-08 1:46 
AnswerRe: A Database Design Problem - Catalogue Pin
Mike Dimmick5-Jun-08 1:58
Mike Dimmick5-Jun-08 1:58 
GeneralRe: A Database Design Problem - Catalogue Pin
Cristoff5-Jun-08 2:52
Cristoff5-Jun-08 2:52 
AnswerRe: A Database Design Problem - Catalogue Pin
ChandraRam5-Jun-08 2:04
ChandraRam5-Jun-08 2:04 
GeneralRe: A Database Design Problem - Catalogue Pin
Cristoff5-Jun-08 2:46
Cristoff5-Jun-08 2:46 
GeneralRe: A Database Design Problem - Catalogue Pin
ChandraRam5-Jun-08 7:37
ChandraRam5-Jun-08 7:37 
GeneralRe: A Database Design Problem - Catalogue Pin
Cristoff6-Jun-08 4:49
Cristoff6-Jun-08 4:49 
QuestionHow to combine 3 tables with Joins? Pin
Michiel5-Jun-08 1:21
Michiel5-Jun-08 1:21 
AnswerRe: How to combine 3 tables with Joins? Pin
Parwej Ahamad5-Jun-08 6:02
professionalParwej Ahamad5-Jun-08 6:02 
GeneralRe: How to combine 3 tables with Joins? Pin
Michiel5-Jun-08 21:27
Michiel5-Jun-08 21:27 
QuestionTableAdapters with Relation Pin
RoyRose785-Jun-08 0:55
RoyRose785-Jun-08 0:55 
AnswerRe: TableAdapters with Relation Pin
John_Adams5-Jun-08 6:16
John_Adams5-Jun-08 6:16 
QuestionQuery Problem Pin
H.A.Faheem4-Jun-08 20:21
H.A.Faheem4-Jun-08 20:21 
AnswerRe: Query Problem Pin
Alsvha4-Jun-08 20:31
Alsvha4-Jun-08 20:31 
GeneralRe: Query Problem Pin
H.A.Faheem4-Jun-08 20:33
H.A.Faheem4-Jun-08 20:33 
GeneralRe: Query Problem Pin
Alsvha4-Jun-08 23:59
Alsvha4-Jun-08 23:59 
QuestionSpliting a table. Pin
devboycpp4-Jun-08 9:36
devboycpp4-Jun-08 9:36 

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.