Say I have several timestamp fields in a column that look like "02-JUL-14 10.36.07.713000000 PM".
Is there any way for me to left-click on a column in this table and do a search containing "JUL" so that I only have rows containing "JUL"?
I read articles by people saying that they include the% and 'characters around the word, and using the LIKE syntax', but nothing worked for me.
So, in the image below, I would like to just enter โJULโ, and only rows with a TIME_OF_ENTRY column containing the letters โJULโ will appear.
I understand that the input in the filter window below is an EXACT search, but I want to know if there is a โcontainsโ type search method.

sql oracle-sqldeveloper
joshpt
source share