I think you should not rely on the implicit conversion. It is a bad practice.
Instead you should try like this:
datenum >= to_date('11/26/2013','mm/dd/yyyy')
or like
datenum >= date '2013-09-01'
Related Posts:
- ORA-01843 not a valid month- Comparing Dates
- error: ORA-65096: invalid common user or role name in oracle
- Oracle date format picture ends before converting entire input string
- grant select on view
- How do I use CREATE OR REPLACE?
- DATEDIFF function in Oracle
- Exclude Duplicate Posts in this SELECT Query
- SELECT rows between two datetimes when the range is dynamic [closed]
- Calculate business days
- How to format a JavaScript date
- How to format a JavaScript date
- Selecting multiple columns in a Pandas dataframe
- ORA-00904: invalid identifier
- How to format a JavaScript date
- How do I UPDATE from a SELECT in SQL Server?
- SQL error “ORA-01722: invalid number”
- how to fix oracle ORA-01722 invalid number error
- ORA-12514 TNS:listener does not currently know of service requested in connect descriptor
- SQL SELECT WHERE field contains words
- How do I get the current date in JavaScript?
- QL Error: ORA-00933: SQL command not properly ended
- SQL query to get the employee name and their manager name from the same table
- Java string to date conversion
- Change date format in a Java string
- Get String in YYYYMMDD format from JS date object?
- SQL SELECT WHERE field contains words
- ORA-00979 not a group by expression
- ORA-00907: missing right parenthesis
- Select objects based on value of variable in object using jq
- How to get current timestamp in string format in Java? “yyyy.MM.dd.HH.mm.ss”
- Compare two dates with JavaScript
- ORA-01017 Invalid Username/Password when connecting to 11g database from 9i client
- ORA-12154 could not resolve the connect identifier specified
- SQL SELECT WHERE field contains words
- Compare dates with javascript
- How to get current time and date in C++?
- How to implement one-to-one, one-to-many and many-to-many relationships while designing tables?
- ORA-28040: No matching authentication protocol exception
- SQL Error: ORA-00942 table or view does not exist
- ORA-00918: column ambiguously defined in SELECT *
- Teradata: how to convert varchar value (format ‘dd.mm.yyyy’) to date (format ‘yyyy-mm-dd’ )?
- ORA-00984: column not allowed here [duplicate]
- Is there any way to change input type=”date” format?
- How to get current time and date in C++?
- ORA-00054: resource busy and acquire with NOWAIT specified or timeout expired
- SQL update from one Table to another based on a ID match
- How to resolve ORA 00936 Missing Expression Error?
- Oracle error : ORA-00905: Missing keyword
- What does SQL Select symbol || mean?
- How do I limit the number of rows returned by an Oracle query after ordering?
- SQL not a single-group group function
- Add days to JavaScript Date
- PLS-00201 – identifier must be declared
- Oracle SELECT TOP 10 records
- How to format date in angularjs
- issue ORA-00001: unique constraint violated coming in INSERT/UPDATE
- Parsing a string to a date in JavaScript
- Get the current year in JavaScript
- Can a foreign key be NULL and/or duplicate?
- How to Select Top 100 rows in Oracle?
- ORA-30926: unable to get a stable set of rows in the source tables
- ORA-12560: TNS:protocol adaptor error
- Query comparing dates in SQL
- Current time formatting with Javascript
- PLS-00103: Encountered the symbol “CREATE”
- How to compare dates in Java?
- MySQL SELECT increment counter
- Oracle client ORA-12541: TNS:no listener
- Best way to do nested case statement logic in SQL Server
- SQL error “ORA-01722: invalid number”
- ORA-01034: ORACLE not available ORA-27101: shared memory realm does not exist
- Java SimpleDateFormat for YYYY-MM-DDThh:mm:ssTZD
- What does the following Oracle error mean: invalid column index
- ORA-00972 identifier is too long alias column name
- No more data to read from socket error
- MySQL “Or” Condition
- Convert java.util.Date to String
- What does the following Oracle error mean: invalid column index
- How do I use PHP to get the current year?
- Oracle Apex column link from LOV values
- PLS-00103: Encountered the symbol when expecting one of the following:
- What’s the difference between RANK() and DENSE_RANK() functions in oracle?
- ORA-12899: value too large for column
- LocalDate to java.util.Date and vice versa simplest conversion?
- Oracle startup not possible – ORA-00845: MEMORY_TARGET not supported on this system – but memory size seems to be fine
- ORA-00918: column ambiguously defined in SELECT *
- ORA-00918: column ambiguously defined in SELECT *
- Format JavaScript date as yyyy-mm-dd
- How to resolve ORA-011033: ORACLE initialization or shutdown in progress
- Add days to JavaScript Date
- Converting string to Date and DateTime
- Oracle – ORA-01489: result of string concatenation is too long [duplicate]
- SQLPLUS error:ORA-12504: TNS:listener was not given the SERVICE_NAME in CONNECT_DATA
- SQL Error: ORA-00913: too many values
- UTL_FILE.FOPEN() procedure not accepting path for directory?
- ORA-29913: error in executing ODCIEXTTABLEOPEN callout when inserting csv into oracle
- ORA-01861: literal does not match format string
- ORA-01653: unable to extend table by in tablespace ORA-06512
- How to validate date with format “mm/dd/yyyy” in JavaScript?
- Is there a combination of “LIKE” and “IN” in SQL?