key(uniqueid) и так и так используется(и он понятно что не NULL ) ?
mysql> select count(*) cnt from cdr where calldate >= '2012-03-30 09:30:01' and disposition regexp 'answered|proper|repeated';
+------+
| cnt |
+------+
| 6171 |
+------+
1 row in set (8.68 sec)
mysql> select
-> count(uniqueid) cnt
-> from
-> cdr
-> where
-> calldate >= '2012-03-30 09:30:01'
-> and disposition regexp 'answered|proper|repeated';
+------+
| cnt |
+------+
| 6171 |
+------+
1 row in set (9.34 sec)
Как в телеге моноширинный шрифт в сообщении делать?
Обсуждают сегодня