Click here to Skip to main content
15,902,112 members
Home / Discussions / Database
   

Database

 
AnswerRe: enable paging in gridview programatically Pin
DerekFL10-Sep-07 10:32
DerekFL10-Sep-07 10:32 
GeneralRe: enable paging in gridview programatically Pin
DerekFL12-Sep-07 5:00
DerekFL12-Sep-07 5:00 
GeneralRe: enable paging in gridview programatically Pin
dinakatina12-Sep-07 13:51
dinakatina12-Sep-07 13:51 
QuestionDrop Pin
TAREQ F ABUZUHRI7-Sep-07 10:38
TAREQ F ABUZUHRI7-Sep-07 10:38 
AnswerRe: Drop Pin
Michael Potter7-Sep-07 11:34
Michael Potter7-Sep-07 11:34 
AnswerRe: Drop Pin
Rami Said Abd Alhalim8-Sep-07 0:22
Rami Said Abd Alhalim8-Sep-07 0:22 
GeneralRe: Drop Pin
TAREQ F ABUZUHRI8-Sep-07 0:53
TAREQ F ABUZUHRI8-Sep-07 0:53 
QuestionHow to Remove Dublicate from the Table Pin
Vimalsoft(Pty) Ltd7-Sep-07 5:49
professionalVimalsoft(Pty) Ltd7-Sep-07 5:49 
Evening Everyone

i have a Table Called "Property", this table a lot of Fields and a Primary key called "Property_ID" the identity column. when there are Dublicate in the table, i would not be able to Catch them by only "Property_ID". i have some 2 fields that are not supposed to be the same. Field "Fun_key" and "Lis_key", and that means there must never be
Func_key * 2 and Lis_key * 2, i tried this statement and it does not bring me Dublicates.

select Func_key, Lis_key
  from Property
group by  Func_key,Lis_key
having count(Lis_key) >1  and count(Func_key) >1
order  by Lis_key




how can i achieve this and sort them by lis_key

Thanks




Vuyiswa Maseko,

Sorrow is Better than Laughter, it may Sudden your Face, but It sharpens your Understanding

VB.NET/SQL7/2000/2005
http://vuyiswamb.007ihost.com
http://Ecadre.007ihost.com


AnswerRe: How to Remove Dublicate from the Table Pin
Kschuler7-Sep-07 9:45
Kschuler7-Sep-07 9:45 
AnswerRe: How to Remove Dublicate from the Table Pin
Frank Kerrigan10-Sep-07 9:31
Frank Kerrigan10-Sep-07 9:31 
GeneralRe: How to Remove Dublicate from the Table Pin
Vimalsoft(Pty) Ltd10-Sep-07 20:41
professionalVimalsoft(Pty) Ltd10-Sep-07 20:41 
QuestionOracle SQL Script Pin
Programm3r7-Sep-07 4:36
Programm3r7-Sep-07 4:36 
AnswerRe: Oracle SQL Script Pin
Kschuler7-Sep-07 9:47
Kschuler7-Sep-07 9:47 
QuestionHow can I give a No duplicates property? Pin
Big Ralph7-Sep-07 1:09
Big Ralph7-Sep-07 1:09 
AnswerRe: How can I give a No duplicates property? Pin
Giorgi Dalakishvili7-Sep-07 1:22
mentorGiorgi Dalakishvili7-Sep-07 1:22 
AnswerRe: How can I give a No duplicates property? Pin
Chetan Patel7-Sep-07 3:10
Chetan Patel7-Sep-07 3:10 
QuestionCalling Stored SQL Functions from Visual Basic Pin
Mark Cabbage6-Sep-07 23:10
Mark Cabbage6-Sep-07 23:10 
AnswerRe: Calling Stored SQL Functions from Visual Basic Pin
pmarfleet6-Sep-07 23:14
pmarfleet6-Sep-07 23:14 
GeneralRe: Calling Stored SQL Functions from Visual Basic [modified] Pin
manuo56-Sep-07 23:25
manuo56-Sep-07 23:25 
AnswerRe: Calling Stored SQL Functions from Visual Basic Pin
Paddy Boyd7-Sep-07 0:00
Paddy Boyd7-Sep-07 0:00 
GeneralRe: Calling Stored SQL Functions from Visual Basic Pin
pmarfleet7-Sep-07 0:22
pmarfleet7-Sep-07 0:22 
GeneralRe: Calling Stored SQL Functions from Visual Basic Pin
Paddy Boyd7-Sep-07 0:25
Paddy Boyd7-Sep-07 0:25 
GeneralRe: Calling Stored SQL Functions from Visual Basic Pin
pmarfleet7-Sep-07 0:36
pmarfleet7-Sep-07 0:36 
GeneralRe: Calling Stored SQL Functions from Visual Basic Pin
Paddy Boyd7-Sep-07 0:44
Paddy Boyd7-Sep-07 0:44 
GeneralRe: Calling Stored SQL Functions from Visual Basic Pin
Mark Cabbage8-Sep-07 14:45
Mark Cabbage8-Sep-07 14:45 

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.