Click here to Skip to main content
15,896,118 members
Home / Discussions / Database
   

Database

 
QuestionAimed @ the SQL Guru's Pin
Illegal Operation7-Feb-07 1:28
Illegal Operation7-Feb-07 1:28 
AnswerRe: Aimed @ the SQL Guru's Pin
andyharman7-Feb-07 6:32
professionalandyharman7-Feb-07 6:32 
Questionchecking null values Pin
minkinin6-Feb-07 22:45
minkinin6-Feb-07 22:45 
AnswerRe: checking null values Pin
Colin Angus Mackay6-Feb-07 23:35
Colin Angus Mackay6-Feb-07 23:35 
GeneralRe: checking null values Pin
minkinin7-Feb-07 0:31
minkinin7-Feb-07 0:31 
GeneralRe: checking null values Pin
Pete O'Hanlon7-Feb-07 4:28
mvePete O'Hanlon7-Feb-07 4:28 
GeneralRe: checking null values Pin
minkinin11-Feb-07 20:23
minkinin11-Feb-07 20:23 
AnswerRe: checking null values Pin
Rakesh.Jha.01107-Feb-07 18:15
Rakesh.Jha.01107-Feb-07 18:15 
try this

if ur field is x in table xyz which u have to check its null or blank

select x from xyz where isnull(x,'')<>''

this query check both null or blank in ur x colum give only filled records

Rakesh Jha

QuestionError In Query: Pin
Shahzad.Aslam6-Feb-07 20:26
Shahzad.Aslam6-Feb-07 20:26 
AnswerRe: Error In Query: Pin
gauthee6-Feb-07 20:38
gauthee6-Feb-07 20:38 
GeneralRe: Error In Query: Pin
Shahzad.Aslam6-Feb-07 20:53
Shahzad.Aslam6-Feb-07 20:53 
GeneralRe: Error In Query: Pin
gauthee6-Feb-07 22:42
gauthee6-Feb-07 22:42 
GeneralRe: Error In Query: Pin
Shahzad.Aslam6-Feb-07 23:49
Shahzad.Aslam6-Feb-07 23:49 
GeneralRe: Error In Query: Pin
Christian Graus7-Feb-07 9:28
protectorChristian Graus7-Feb-07 9:28 
GeneralRe: Error In Query: Pin
Shahzad.Aslam7-Feb-07 17:51
Shahzad.Aslam7-Feb-07 17:51 
AnswerRe: Error In Query: Pin
Christian Graus6-Feb-07 20:39
protectorChristian Graus6-Feb-07 20:39 
GeneralRe: Error In Query: Pin
Shahzad.Aslam6-Feb-07 20:49
Shahzad.Aslam6-Feb-07 20:49 
AnswerRe: Error In Query: Pin
Colin Angus Mackay6-Feb-07 22:21
Colin Angus Mackay6-Feb-07 22:21 
AnswerRe: Error In Query: Pin
Vsree7-Feb-07 0:05
Vsree7-Feb-07 0:05 
QuestionRetrieving data from multiple databases Pin
Malayil alex6-Feb-07 17:56
Malayil alex6-Feb-07 17:56 
AnswerRe: Retrieving data from multiple databases Pin
gauthee6-Feb-07 18:53
gauthee6-Feb-07 18:53 
QuestionFilling a typed dataset Pin
steve_rm6-Feb-07 16:02
steve_rm6-Feb-07 16:02 
AnswerRe: Filling a typed dataset Pin
M.H.1.2.37-Feb-07 17:50
M.H.1.2.37-Feb-07 17:50 
QuestionUsing parameter on Query condition not working Pin
firestoper6-Feb-07 15:46
firestoper6-Feb-07 15:46 
AnswerRe: Using parameter on Query condition not working Pin
M.H.1.2.36-Feb-07 16:49
M.H.1.2.36-Feb-07 16:49 

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.