in reply to Re: (jeffa) Re: DBI SQL Query Question
in thread DBI SQL Query Question

What data types are your Month and Day columns? Presumably int from your example, but you never know...

Problems with prepared statements are notoriously difficult to simulate at the prompt, since command-line SQL utilities (isql, sqlplus, et al) don't support the concept.

Replies are listed 'Best First'.
Re: Re(3): (jeffa) DBI SQL Query Question
by liquidc00l (Novice) on Jan 12, 2002 at 01:49 UTC
    You assume right, the table is very simple and those two fields are both int.