As I indicated in my OP the query works in SQL Developer.

Yeah, it is common for DBs to allow you to silently treat a date or datetime as a string, so you often won't get any warning or error for saying "sometime LIKE somedate". But doing that just converts 'somedate' to a string, treats any resulting '%' characters (surely none) as wildcards, and then compares that to the stringification of 'sometime'. Is that what you wanted to do? If so, that is certainly a confusing way to accomplish it.

but there was no need to be so hostile about it!

I don't see where I could even be reasonably interpreted as "hostile" much less "so hostile". The closest I came to "hostile" was toward Oracle. Did you take that personally? Perhaps I should have been more like Dominus and instead said "You can't just make shit up, Retardo." At least that would've been rude. "Hostile" surely goes beyond "rude". I tried to find some examples of "hostile remarks" but every hit I checked just showed people being unwilling to even repeat them in quotes. I encourage you to not paint in your mind text-only remarks with such stark emotions so readily.

- tye        


In reply to Re^5: DBIx::Simple and Oracle dates (stuff) by tye
in thread DBIx::Simple and Oracle dates by Argel

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.