Un beau jour, Victoria Reznichenko a écrit:
> "Arno" <[EMAIL PROTECTED]> wrote:
>>
>> I have aproximately 1,000,000 rows and I would like to do some
>> query. The
>> first one is to get the number of row so I do :
>>
>> mysql> SELECT COUNT(*) FROM `Log`;
>> +--+
>>> COUNT(*) |
>> +
"Arno" <[EMAIL PROTECTED]> wrote:
>
> I have aproximately 1,000,000 rows and I would like to do some query. The
> first one is to get the number of row so I do :
>
> mysql> SELECT COUNT(*) FROM `Log`;
> +--+
> | COUNT(*) |
> +--+
> | 969129 |
> +--+
> 1 row in set (0.00
Un beau jour, Nick Gaugler a écrit:
>> Hello,
>>
>> I have aproximately 1,000,000 rows and I would like to do some
>> query. The first one is to get the number of row so I do :
>>
>> mysql> SELECT COUNT(*) FROM `Log`;
>> +--+
>>> COUNT(*) |
>> +--+
>>> 969129 |
>> +--+
>>
> Hello,
>
> I have aproximately 1,000,000 rows and I would like to do some query.
> The first one is to get the number of row so I do :
>
> mysql> SELECT COUNT(*) FROM `Log`;
> +--+
> | COUNT(*) |
> +--+
> | 969129 |
> +--+
> 1 row in set (0.00 sec)
MyISAM tables keep