Click here to Skip to main content
15,885,782 members
Home / Discussions / Database
   

Database

 
GeneralRe: Identity Pin
Khawar Abbas15-Mar-08 19:58
Khawar Abbas15-Mar-08 19:58 
GeneralRe: Identity Pin
Sebastian T Xavier5-Mar-08 21:25
Sebastian T Xavier5-Mar-08 21:25 
GeneralConditions Pin
AlexeiXX35-Mar-08 18:55
AlexeiXX35-Mar-08 18:55 
GeneralRe: Conditions Pin
pmarfleet5-Mar-08 19:38
pmarfleet5-Mar-08 19:38 
GeneralRe: Conditions Pin
AlexeiXX36-Mar-08 8:16
AlexeiXX36-Mar-08 8:16 
GeneralRe: Conditions Pin
Khawar Abbas16-Mar-08 1:43
Khawar Abbas16-Mar-08 1:43 
GeneralRe: Conditions Pin
AlexeiXX36-Mar-08 6:05
AlexeiXX36-Mar-08 6:05 
QuestionQuery Scenario Pin
RadioButton5-Mar-08 9:31
RadioButton5-Mar-08 9:31 
Hello,

I need some help with a SQL query.

Example table:

Table myTable

Columns

myId, myDate

If I have rows in the table with the same id like this:

myid mydate
---- --------
1 01/01/1999
1 blank
1 01/01/1999
2 01/02/1999

I would like to filter out the id completely if I find the id has a record with a date and a record with a blank date.

If the filter works my results should be:

myid mydate
---- --------
2 01/02/1999

Id 2 remains because it does not have records with a blank date.

Thank you so much for the help.
GeneralRe: Query Scenario Pin
Michael Potter5-Mar-08 10:03
Michael Potter5-Mar-08 10:03 
GeneralRe: Query Scenario Pin
Ashfield5-Mar-08 21:31
Ashfield5-Mar-08 21:31 
GeneralCreating a Help Form... [modified] Pin
new_phoenix5-Mar-08 9:17
new_phoenix5-Mar-08 9:17 
GeneralWrong forum Pin
pmarfleet5-Mar-08 10:11
pmarfleet5-Mar-08 10:11 
QuestionUsing ADO.Net to retrieve data from Excel 2007 - Cannot import more than 255 columns Pin
Mehawitchi5-Mar-08 4:33
Mehawitchi5-Mar-08 4:33 
GeneralRe: Using ADO.Net to retrieve data from Excel 2007 - Cannot import more than 255 columns Pin
pmarfleet5-Mar-08 8:37
pmarfleet5-Mar-08 8:37 
GeneralRe: Using ADO.Net to retrieve data from Excel 2007 - Cannot import more than 255 columns Pin
Mehawitchi5-Mar-08 10:11
Mehawitchi5-Mar-08 10:11 
GeneralRe: Using ADO.Net to retrieve data from Excel 2007 - Cannot import more than 255 columns Pin
pmarfleet5-Mar-08 21:38
pmarfleet5-Mar-08 21:38 
GeneralRe: Using ADO.Net to retrieve data from Excel 2007 - Cannot import more than 255 columns Pin
Mehawitchi7-Mar-08 9:49
Mehawitchi7-Mar-08 9:49 
GeneralRe: Using ADO.Net to retrieve data from Excel 2007 - Cannot import more than 255 columns Pin
jvandertol122-Jun-09 9:49
jvandertol122-Jun-09 9:49 
QuestionHow to Execute a DTS Package within a Procedure Pin
Vimalsoft(Pty) Ltd4-Mar-08 23:06
professionalVimalsoft(Pty) Ltd4-Mar-08 23:06 
AnswerRe: How to Execute a DTS Package within a Procedure Pin
pmarfleet5-Mar-08 1:14
pmarfleet5-Mar-08 1:14 
GeneralRe: How to Execute a DTS Package within a Procedure Pin
Vimalsoft(Pty) Ltd5-Mar-08 1:18
professionalVimalsoft(Pty) Ltd5-Mar-08 1:18 
GeneralRe: How to Execute a DTS Package within a Procedure Pin
pmarfleet5-Mar-08 1:30
pmarfleet5-Mar-08 1:30 
GeneralRe: How to Execute a DTS Package within a Procedure Pin
Vimalsoft(Pty) Ltd5-Mar-08 1:32
professionalVimalsoft(Pty) Ltd5-Mar-08 1:32 
Generalxls Pin
SVb.net4-Mar-08 21:46
SVb.net4-Mar-08 21:46 
GeneralRe: xls Pin
Krish - KP4-Mar-08 23:27
Krish - KP4-Mar-08 23:27 

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.