Click here to Skip to main content
15,886,362 members
Home / Discussions / Database
   

Database

 
AnswerRe: alteration of date format in table column Pin
Colin Angus Mackay4-Oct-07 22:08
Colin Angus Mackay4-Oct-07 22:08 
AnswerRe: alteration of date format in table column Pin
Imran Khan Pathan4-Oct-07 23:08
Imran Khan Pathan4-Oct-07 23:08 
GeneralRe: alteration of date format in table column Pin
Sonia Gupta4-Oct-07 23:22
Sonia Gupta4-Oct-07 23:22 
GeneralRe: alteration of date format in table column Pin
pmarfleet4-Oct-07 23:28
pmarfleet4-Oct-07 23:28 
QuestionSQLServer Activity Logs Pin
Vasudevan Deepak Kumar4-Oct-07 20:56
Vasudevan Deepak Kumar4-Oct-07 20:56 
QuestionProblem in Join Pin
banker_kiran4-Oct-07 20:39
banker_kiran4-Oct-07 20:39 
AnswerRe: Problem in Join Pin
pmarfleet4-Oct-07 22:05
pmarfleet4-Oct-07 22:05 
Questionproblem in a query Pin
Shuaib wasif khan4-Oct-07 13:55
Shuaib wasif khan4-Oct-07 13:55 
hello sir/mam,

i have got a problem in a query

i have two table student master and feesregister. both table have a
feild named registrationnumber.

now i want those studentmaster.registrationnumber which does not
match the conditions in feesregister

i have tried my query

select studentname from studentmaster where registrationnumber not in(

select studentmaster.registrationnumber from studentmaster
left join feesregister on studentmaster.registrationnumber =feesregister.registrationnumber
where feesregister.feesofmonth='march' and feesregister.session='2007-2008'
)

it works but it fails when i asign more condition

i want this according to feild class like

select studentname from studentmaster where registrationnumber not in(

select studentmaster.registrationnumber from studentmaster
left join feesregister on studentmaster.registrationnumber =feesregister.registrationnumber
where feesregister.feesofmonth='march' and feesregister.session='2007-2008' and feesregister.class='3' and feesregister.section='a'
)

Please help me






AnswerRe: problem in a query Pin
pmarfleet4-Oct-07 19:47
pmarfleet4-Oct-07 19:47 
QuestionTableAdapter Insert Query - a mystery Pin
dmagnant4-Oct-07 9:42
dmagnant4-Oct-07 9:42 
AnswerRe: TableAdapter Insert Query - a mystery Pin
dmagnant4-Oct-07 9:57
dmagnant4-Oct-07 9:57 
QuestionProblem with local website after using SSMSE to access the database Pin
Sunset Towers4-Oct-07 8:13
Sunset Towers4-Oct-07 8:13 
QuestionHow to fetch the no of records retrieved thru FULLTEXT Pin
s.sathyanarayanan4-Oct-07 8:12
s.sathyanarayanan4-Oct-07 8:12 
AnswerRe: How to fetch the no of records retrieved thru FULLTEXT Pin
Joe4-Oct-07 9:05
Joe4-Oct-07 9:05 
GeneralRe: How to fetch the no of records retrieved thru FULLTEXT Pin
s.sathyanarayanan4-Oct-07 9:11
s.sathyanarayanan4-Oct-07 9:11 
GeneralRe: How to fetch the no of records retrieved thru FULLTEXT Pin
Joe4-Oct-07 19:30
Joe4-Oct-07 19:30 
GeneralRe: How to fetch the no of records retrieved thru FULLTEXT Pin
Vasudevan Deepak Kumar4-Oct-07 19:43
Vasudevan Deepak Kumar4-Oct-07 19:43 
QuestionHow do we select only those columns that aren`t null Pin
NetBot4-Oct-07 8:06
NetBot4-Oct-07 8:06 
AnswerRe: How do we select only those columns that aren`t null Pin
Joe4-Oct-07 8:57
Joe4-Oct-07 8:57 
GeneralRe: How do we select only those columns that aren`t null Pin
PIEBALDconsult4-Oct-07 9:32
mvePIEBALDconsult4-Oct-07 9:32 
AnswerRe: How do we select only those columns that aren`t null Pin
PIEBALDconsult4-Oct-07 9:38
mvePIEBALDconsult4-Oct-07 9:38 
AnswerRe: How do we select only those columns that aren`t null Pin
Pete O'Hanlon4-Oct-07 10:48
mvePete O'Hanlon4-Oct-07 10:48 
AnswerRe: How do we select only those columns that aren`t null Pin
GuyThiebaut5-Oct-07 9:32
professionalGuyThiebaut5-Oct-07 9:32 
Questionhow to create a local search engine? Pin
LyndonJohn4-Oct-07 7:40
LyndonJohn4-Oct-07 7:40 
AnswerRe: how to create a local search engine? Pin
Joe4-Oct-07 8:43
Joe4-Oct-07 8:43 

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.