Home > database > Oracle to_date method, shows that hasn't been selected
Oracle to_date method, shows that hasn't been selected
Time:09-16
Oracle to_date method, show did not selected row, but there are tables, can look up to the date of the corresponding data at the same time, but don't know why the to_date method failed, this date with the implicit conversion of the string also may not be able to check
CodePudding user response:
All the data and statements, you stick up, to create and insert form,
CodePudding user response:
The problem is you select statement didn't find any data, Recommend you use to connect the oracle client software, than up sqlplus works, such as the toad or oracle SQL developer
CodePudding user response:
Where hiredate=to_date (' 00 00 00 - month - '); Or Where to_char (hiredate, 'yy' 'mm' 'dd')='00' '00' '00'; End this post