Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: Wildcard range search

    The Dixie Flatline (3/31/2010)


    I agree with Michael:

    Wildcards only work with the LIKE operator, not >= or <=

    In your example the numbers are varchar datatyped, not numeric. ...

  • RE: Wildcard range search

    Glenn Dorling (3/31/2010)


    What I think you're seeing here is something very similar to when checking dates.

    When doing a date range, something like '1-Apr-2010" is interpreted as '1-Apr-2010 12:00:00am'. This...

  • RE: 4-4-5 Calendar Functions, Part 2

    Thanks for the article. I'm actually working on fiscal based periods at the moment, and have opted to have all of the periods defined in a setup-type table.

    E.g.

    Period #...

Viewing 3 posts - 1 through 3 (of 3 total)