On 13-Jul-01 [EMAIL PROTECTED] wrote:
> Hello,
>
> I am still a beginner, but I am trying to learn MySQL. If you have a
> date field, and you are using the date field in your where clause, I
> understand how to use :
> WHERE date="-mm-dd"; I am trying to find out if there is anyway
where date like '2001-07%' ... would find all 2001-07-??.
[EMAIL PROTECTED] wrote:
>
> Hello,
>
> I am still a beginner, but I am trying to learn MySQL. If you have a
> date field, and you are using the date field in your where clause, I
> understand how to use :
> WHERE date="-mm-dd";
> Hello,
>
> I am still a beginner, but I am trying to learn MySQL. If you have a
> date field, and you are using the date field in your where clause, I
> understand how to use :
> WHERE date="-mm-dd"; I am trying to find out if there is anyway
> to use the wildcard character % in d
Hello,
I am still a beginner, but I am trying to learn MySQL. If you have a
date field, and you are using the date field in your where clause, I
understand how to use :
WHERE date="-mm-dd"; I am trying to find out if there is anyway
to use the wildcard character % in dates like you