Glowworm27
Programmer
I am trying to query a table using a date range, and I am getting an error with this SQL
Can someone shed some light on this query" thanks
SQL Plus returns an Error: ERROR at line 5:
ORA-01830: date format picture ends before converting entire input string
George Oakes
Check out this awsome .Net Resource!
Can someone shed some light on this query" thanks
Code:
Select Count(*) from Process_Status S
Inner Join Process_Lookup L On S.Process_ID = L.Process_ID
Where L.Process_Name = 'Get Labor Distribution'
And S.Process_Status = 'Completed'
And S.Process_Date Between '8-Jan-2005 2:41:38 PM' and '15-Jan-2005 2:41:38 PM';
SQL Plus returns an Error: ERROR at line 5:
ORA-01830: date format picture ends before converting entire input string
George Oakes
Check out this awsome .Net Resource!