Microsoft
Software
Hardware
Network
Question : Date Comparison in MSSQL
Hello, I'm trying to compare two dates from two inline views in my where clause.
Both of the selects in my views work correctly, these fields are dates.
I want to verify that avail.period is before the date alloc_end.alloc_end from another inlline.
Like....
Where
avail.period <= alloc_end.alloc_end AND.....
Thanks in advance, this simple issue is killing me.
Answer : Date Comparison in MSSQL
Use the BETWEEN operator.
SELECT * ...
WHERE avail.period BETWEEN date1 AND date2
Random Solutions
Positioning hyperlink target cell at center of screen
MS Access Error
Richtextbox .. Center First Line with larger font ... remianing Body left justified with smaller font
BSOD with error FLTMGR_FILE_SYSTEM 0x000000F5
DataGrid.ItemCreated Event Firing Multiple Times
Creating a Constant in VBA Which References a Range
SQL insert question
Fox 9 and Microsoft Graph
How to Import Excel Data into Outlook
Clustered IIS on Server 2003