Click here to Skip to main content
15,905,682 members
Home / Discussions / Database
   

Database

 
GeneralRe: put a condition in join query Pin
demoninside912-Mar-13 22:39
demoninside912-Mar-13 22:39 
<pre lang="SQL">SELECT vb.Sno,

ISNULL(lb.Vehicle_Number,vb.Vehicle_Number) as Vehicle_Number,
ISNULL(lb.Vehicle_Booking_Date,vb.Vehicle_Booking_Date) as Vehicle_Booking_Date,
ISNULL(lb.Time_From,vb.Time_From) as vb.Time_To,
ISNULL(lb.Time_To,vb.Time_To) as vb.Time_To,
ISNULL(lb.Vehicle_Used_By,vb.Vehicle_Used_By) as Vehicle_Used_By,
ISNULL(lb.Cost_Code,vb.Cost_Code) as Cost_Code,
ISNULL(lb.Budget_Line,vb.Budget_Line) as Budget_Line,

lb.KM_Start,
lb.KM_End


FROM mtblVehicle_Booking vb
LEFT JOIN mtblLog_Book lb
ON vb.Sno = lb.Sno
where vb.Vehicle_Number = @Vehicle_Number
AND DATEPART(MONTH,vb.Vehicle_Booking_Date) = MONTH(getdate())</pre>

showing error
Incorrect syntax near '.'.
QuestionHow to Recover the Data if the Delete Query is Fire?? Pin
Anubhava Dimri11-Mar-13 22:11
Anubhava Dimri11-Mar-13 22:11 
AnswerRe: How to Recover the Data if the Delete Query is Fire?? Pin
Mycroft Holmes11-Mar-13 22:40
professionalMycroft Holmes11-Mar-13 22:40 
GeneralRe: How to Recover the Data if the Delete Query is Fire?? Pin
Anubhava Dimri11-Mar-13 23:44
Anubhava Dimri11-Mar-13 23:44 
Questiondatabase design for a self food ordering system? Pin
suryakanthithommy11-Mar-13 6:40
suryakanthithommy11-Mar-13 6:40 
AnswerRe: database design for a self food ordering system? Pin
Sandeep Mewara11-Mar-13 7:04
mveSandeep Mewara11-Mar-13 7:04 
Questionwhy i am unable to retrieve holiday name Pin
Member 870181310-Mar-13 22:35
Member 870181310-Mar-13 22:35 
AnswerRe: why i am unable to retrieve holiday name Pin
Mycroft Holmes10-Mar-13 23:20
professionalMycroft Holmes10-Mar-13 23:20 
GeneralRe: why i am unable to retrieve holiday name Pin
Member 870181311-Mar-13 4:31
Member 870181311-Mar-13 4:31 
QuestionBCP - Exported files (docx, xlsx & pptx) are corrupted Pin
ragasai10-Mar-13 16:52
ragasai10-Mar-13 16:52 
QuestionDatabase design for E commerce web site Pin
subbaraogaddam8-Mar-13 19:44
subbaraogaddam8-Mar-13 19:44 
AnswerRe: Database design for E commerce web site Pin
gvprabu8-Mar-13 20:04
gvprabu8-Mar-13 20:04 
GeneralRe: Database design for E commerce web site Pin
subbaraogaddam8-Mar-13 20:21
subbaraogaddam8-Mar-13 20:21 
GeneralRe: Database design for E commerce web site Pin
gvprabu8-Mar-13 20:31
gvprabu8-Mar-13 20:31 
GeneralRe: Database design for E commerce web site Pin
subbaraogaddam8-Mar-13 20:40
subbaraogaddam8-Mar-13 20:40 
GeneralRe: Database design for E commerce web site Pin
Shameel11-Mar-13 4:51
professionalShameel11-Mar-13 4:51 
AnswerRe: Database design for E commerce web site Pin
Richard MacCutchan8-Mar-13 22:08
mveRichard MacCutchan8-Mar-13 22:08 
AnswerRe: Database design for E commerce web site Pin
jschell10-Mar-13 6:30
jschell10-Mar-13 6:30 
Questiondb_accessadmin? Pin
ThePotty17-Mar-13 23:57
ThePotty17-Mar-13 23:57 
AnswerRe: db_accessadmin? Pin
JammoD878-Mar-13 1:21
JammoD878-Mar-13 1:21 
GeneralRe: db_accessadmin? Pin
ThePotty18-Mar-13 1:53
ThePotty18-Mar-13 1:53 
QuestionI keep running into xml format issues in various editors ... please advise Pin
RedDk7-Mar-13 11:13
RedDk7-Mar-13 11:13 
AnswerRe: I keep running into xml format issues in various editors ... please advise Pin
RedDk7-Mar-13 12:13
RedDk7-Mar-13 12:13 
AnswerRe: I keep running into xml format issues in various editors ... please advise Pin
Davidduraisamy7-Mar-13 19:45
Davidduraisamy7-Mar-13 19:45 
AnswerRe: I keep running into xml format issues in various editors ... please advise Pin
Davidduraisamy8-Mar-13 0:54
Davidduraisamy8-Mar-13 0:54 

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.