Click here to Skip to main content
15,917,059 members
Home / Discussions / Database
   

Database

 
AnswerRe: Access tables in a remote Database server Pin
pmarfleet17-Sep-07 20:53
pmarfleet17-Sep-07 20:53 
GeneralRe: Access tables in a remote Database server Pin
Vipin.d17-Sep-07 21:54
Vipin.d17-Sep-07 21:54 
GeneralRe: Access tables in a remote Database server Pin
pmarfleet17-Sep-07 22:58
pmarfleet17-Sep-07 22:58 
QuestionONLINE PAID PROJECT FOR SURE Pin
miggy200517-Sep-07 8:57
miggy200517-Sep-07 8:57 
AnswerRe: ONLINE PAID PROJECT FOR SURE Pin
Pete O'Hanlon17-Sep-07 9:35
mvePete O'Hanlon17-Sep-07 9:35 
GeneralRe: ONLINE PAID PROJECT FOR SURE Pin
Paul Conrad17-Sep-07 17:56
professionalPaul Conrad17-Sep-07 17:56 
QuestionHostel Reservations Pin
twsted f817-Sep-07 3:41
twsted f817-Sep-07 3:41 
AnswerRe: Hostel Reservations Pin
andyharman17-Sep-07 3:51
professionalandyharman17-Sep-07 3:51 
select * from rooms
where roomNumber not in (
   select roomNumber from sessions
   where '01092007' between startdate and enddate)
and roomstatus <> 'blocked'
order by roomNumber


If you want to thank me for my help, please vote my message by clicking one of numbers beside "Rate this message".

QuestionIssue with Select Statement... Pin
DeepToot17-Sep-07 3:21
DeepToot17-Sep-07 3:21 
AnswerRe: Issue with Select Statement... Pin
Michael Potter17-Sep-07 3:53
Michael Potter17-Sep-07 3:53 
GeneralRe: Issue with Select Statement... Pin
DeepToot17-Sep-07 4:04
DeepToot17-Sep-07 4:04 
GeneralRe: Issue with Select Statement... Pin
andyharman17-Sep-07 4:25
professionalandyharman17-Sep-07 4:25 
GeneralRe: Issue with Select Statement... Pin
DeepToot17-Sep-07 4:35
DeepToot17-Sep-07 4:35 
GeneralGot it.. Pin
DeepToot17-Sep-07 4:36
DeepToot17-Sep-07 4:36 
GeneralRe: Issue with Select Statement... Pin
Michael Potter17-Sep-07 4:38
Michael Potter17-Sep-07 4:38 
GeneralRe: Issue with Select Statement... Pin
DeepToot17-Sep-07 5:07
DeepToot17-Sep-07 5:07 
QuestionDeleting record from a parent table Pin
anujose17-Sep-07 2:13
anujose17-Sep-07 2:13 
AnswerRe: Deleting record from a parent table Pin
Colin Angus Mackay17-Sep-07 2:20
Colin Angus Mackay17-Sep-07 2:20 
AnswerRe: Deleting record from a parent table Pin
Pete O'Hanlon17-Sep-07 2:22
mvePete O'Hanlon17-Sep-07 2:22 
GeneralRe: Deleting record from a parent table Pin
anujose17-Sep-07 2:38
anujose17-Sep-07 2:38 
GeneralRe: Deleting record from a parent table Pin
Pete O'Hanlon17-Sep-07 2:44
mvePete O'Hanlon17-Sep-07 2:44 
QuestionDistinct statement Pin
udikantz17-Sep-07 1:56
udikantz17-Sep-07 1:56 
AnswerRe: Distinct statement Pin
Colin Angus Mackay17-Sep-07 2:26
Colin Angus Mackay17-Sep-07 2:26 
GeneralRe: Distinct statement Pin
udikantz17-Sep-07 3:07
udikantz17-Sep-07 3:07 
GeneralRe: Distinct statement Pin
Colin Angus Mackay17-Sep-07 3:12
Colin Angus Mackay17-Sep-07 3:12 

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.