Click here to Skip to main content
15,894,460 members
Home / Discussions / Database
   

Database

 
AnswerRe: Reading Basic PDS ISAM Files Pin
Luc Pattyn1-Apr-10 11:10
sitebuilderLuc Pattyn1-Apr-10 11:10 
GeneralRe: Reading Basic PDS ISAM Files Pin
PIEBALDconsult1-Apr-10 13:42
mvePIEBALDconsult1-Apr-10 13:42 
GeneralRe: Reading Basic PDS ISAM Files Pin
Luc Pattyn1-Apr-10 13:57
sitebuilderLuc Pattyn1-Apr-10 13:57 
AnswerRe: Reading Basic PDS ISAM Files [modified] Pin
PIEBALDconsult4-Apr-10 14:45
mvePIEBALDconsult4-Apr-10 14:45 
GeneralRe: Reading Basic PDS ISAM Files Pin
rmiller107-Apr-10 9:46
rmiller107-Apr-10 9:46 
GeneralRe: Reading Basic PDS ISAM Files Pin
rmiller107-Apr-10 9:53
rmiller107-Apr-10 9:53 
Questionfind average of not null records Pin
raghvendrapanda31-Mar-10 5:18
raghvendrapanda31-Mar-10 5:18 
AnswerRe: find average of not null records Pin
R. Giskard Reventlov31-Mar-10 5:22
R. Giskard Reventlov31-Mar-10 5:22 
Why would you store rows that have no data?

In any case maybe what you are asking is how, for instance, do I get all records where one field is not null?

select count(*) from table where not column3 is null


might be close to what you want.
me, me, me

"The dinosaurs became extinct because they didn't have a space program. And if we become extinct because we don't have a space program, it'll serve us right!"
Larry Niven

AnswerRe: find average of not null records Pin
thatraja31-Mar-10 5:47
professionalthatraja31-Mar-10 5:47 
GeneralRe: find average of not null records Pin
raghvendrapanda31-Mar-10 5:55
raghvendrapanda31-Mar-10 5:55 
GeneralRe: find average of not null records Pin
Chris Meech31-Mar-10 7:21
Chris Meech31-Mar-10 7:21 
GeneralRe: find average of not null records Pin
Luc Pattyn31-Mar-10 8:06
sitebuilderLuc Pattyn31-Mar-10 8:06 
GeneralRe: find average of not null records Pin
Chris Meech31-Mar-10 8:11
Chris Meech31-Mar-10 8:11 
GeneralRe: find average of not null records Pin
PIEBALDconsult31-Mar-10 8:33
mvePIEBALDconsult31-Mar-10 8:33 
Questionsearch only date Pin
test-0931-Mar-10 1:46
test-0931-Mar-10 1:46 
AnswerRe: search only date Pin
Eddy Vluggen31-Mar-10 3:07
professionalEddy Vluggen31-Mar-10 3:07 
AnswerRe: search only date Pin
Mycroft Holmes31-Mar-10 3:08
professionalMycroft Holmes31-Mar-10 3:08 
GeneralRe: search only date Pin
test-0931-Mar-10 3:14
test-0931-Mar-10 3:14 
GeneralRe: search only date Pin
dan!sh 31-Mar-10 5:00
professional dan!sh 31-Mar-10 5:00 
GeneralRe: search only date Pin
PIEBALDconsult31-Mar-10 8:40
mvePIEBALDconsult31-Mar-10 8:40 
GeneralRe: search only date Pin
Mycroft Holmes31-Mar-10 12:49
professionalMycroft Holmes31-Mar-10 12:49 
GeneralRe: search only date Pin
Luc Pattyn31-Mar-10 14:56
sitebuilderLuc Pattyn31-Mar-10 14:56 
Questionhow to convert column to row in SQL Server 2005 Pin
Chetan.visodiya30-Mar-10 23:47
Chetan.visodiya30-Mar-10 23:47 
AnswerRe: how to convert column to row in SQL Server 2005 Pin
Mycroft Holmes31-Mar-10 1:28
professionalMycroft Holmes31-Mar-10 1:28 
QuestionBULK INSERT into SQL Server from CSV with apostrophes instead the strings Pin
T210230-Mar-10 22:29
T210230-Mar-10 22:29 

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.