Click here to Skip to main content
15,893,663 members
Home / Discussions / Database
   

Database

 
AnswerRe: Text datatype not exceeding 8000 characters Pin
Mike Dimmick14-Jun-07 9:20
Mike Dimmick14-Jun-07 9:20 
GeneralRe: Text datatype not exceeding 8000 characters Pin
Rajiya17-Jun-07 18:59
Rajiya17-Jun-07 18:59 
QuestionQuery doubt.....(Urgent need plz hlp me), Pin
Member 387988113-Jun-07 17:55
Member 387988113-Jun-07 17:55 
AnswerRe: Query doubt.....(Urgent need plz hlp me), Pin
andyharman13-Jun-07 23:01
professionalandyharman13-Jun-07 23:01 
GeneralRe: Query doubt.....(Urgent need plz hlp me), Pin
Member 387988113-Jun-07 23:42
Member 387988113-Jun-07 23:42 
AnswerRe: Query doubt.....(Urgent need plz hlp me), Pin
Andy *M*13-Jun-07 23:15
Andy *M*13-Jun-07 23:15 
QuestionHow to display duplicate values in a table ? Pin
ahmedalisha13-Jun-07 17:30
ahmedalisha13-Jun-07 17:30 
AnswerRe: How to display duplicate values in a table ? Pin
Krish - KP13-Jun-07 17:35
Krish - KP13-Jun-07 17:35 
SELECT * FROM tableA WHERE name IN (SELECT name FROM tableA GROUP BY name HAVING Count(*) > 1)

Here Sub-Query retruns only those names which are present more than once and main Query returns all rows where the same is present.

Regards
KP

Question2 DataBases? Yes, 2 DataBases Pin
andreumv13-Jun-07 8:38
andreumv13-Jun-07 8:38 
AnswerRe: 2 DataBases? Yes, 2 DataBases Pin
Sankar Komma 13-Jun-07 11:08
Sankar Komma 13-Jun-07 11:08 
GeneralRe: 2 DataBases? Yes, 2 DataBases Pin
Krish - KP13-Jun-07 18:06
Krish - KP13-Jun-07 18:06 
GeneralRe: 2 DataBases? Yes, 2 DataBases Pin
andreumv13-Jun-07 21:58
andreumv13-Jun-07 21:58 
AnswerRe: 2 DataBases? Yes, 2 DataBases Pin
Krish - KP13-Jun-07 17:49
Krish - KP13-Jun-07 17:49 
Question@@identity Pin
seemamltn13-Jun-07 7:25
seemamltn13-Jun-07 7:25 
AnswerRe: @@identity Pin
andyharman13-Jun-07 7:31
professionalandyharman13-Jun-07 7:31 
QuestionMaximum length of a field in SQl SERVER Pin
S.Rajeshwar13-Jun-07 6:13
S.Rajeshwar13-Jun-07 6:13 
AnswerRe: Maximum length of a field in SQl SERVER Pin
Colin Angus Mackay13-Jun-07 6:24
Colin Angus Mackay13-Jun-07 6:24 
AnswerRe: Maximum length of a field in SQl SERVER Pin
Mike Dimmick13-Jun-07 12:15
Mike Dimmick13-Jun-07 12:15 
GeneralRe: Maximum length of a field in SQl SERVER Pin
Colin Angus Mackay13-Jun-07 13:11
Colin Angus Mackay13-Jun-07 13:11 
QuestionRe: Maximum length of a field in SQl SERVER Pin
S.Rajeshwar13-Jun-07 19:58
S.Rajeshwar13-Jun-07 19:58 
Questionset-variable = max_allowed_packet=16777216 in mysql Pin
WhiteGirl2313-Jun-07 3:46
WhiteGirl2313-Jun-07 3:46 
QuestionXquery Pin
Neema Vikas13-Jun-07 1:21
Neema Vikas13-Jun-07 1:21 
QuestionInfragistics hierarchical grid Pin
Revathij13-Jun-07 1:20
Revathij13-Jun-07 1:20 
AnswerRe: Infragistics hierarchical grid Pin
Pete O'Hanlon13-Jun-07 2:17
mvePete O'Hanlon13-Jun-07 2:17 
GeneralRe: Infragistics hierarchical grid Pin
Colin Angus Mackay13-Jun-07 3:11
Colin Angus Mackay13-Jun-07 3:11 

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.