it is missing the FROM

mysql> select count(*) from paths;
+----------+
| count(*) |
+----------+
|   148109 |
+----------+
1 row in set (0.21 sec)

mysql> select count(*) from files;
+----------+
| count(*) |
+----------+
|   133937 |
+----------+
1 row in set (0.35 sec)

On Sun, 28 Aug 2005, Chris wrote:

Because you're asking how many rows are in those tables and it has a reply?

Jason Pyeron wrote:


mysql> select count(*) paths;
+-------+
| paths |
+-------+
|     0 |
+-------+
1 row in set (0.00 sec)

mysql> select count(*) files;
+-------+
| files |
+-------+
|     0 |
+-------+
1 row in set (0.00 sec)







--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-                                                               -
- Jason Pyeron                      PD Inc. http://www.pdinc.us -
- Partner & Sr. Manager             7 West 24th Street #100     -
- +1 (443) 921-0381                 Baltimore, Maryland 21218   -
-                                                               -
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, purge the message from your system and notify the sender immediately. Any other use of the email by you is prohibited.

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to