tor for simple users.
If anyone knows such thing. Thanx.
fab.
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]
Thanx a lot Tom :)
I guess you forgot 'group by NoPeople' at the end of the first query.
right ?
fab
Tom Cunningham wrote:
Try this:
CREATE TEMPORARY TABLE max_entry
SELECT NoPeople, Max(Date_entry) AS Date_entry FROM table;
SELECT NoPeople FROM table NATURAL JOIN max_entry
WHERE
d some queries with 'group by' but i can't make it working.
Any hint "sql masters" :)
fab
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]
Does anyone have an example of a dfb2mysql (contributed software)
character conversion file (-e)?
I need to know which format should be used when specifying the
characters (octal, hex, ascii etc).
Many thanks for any help!
fab.
--
MySQL General Mailing List
For list archives: http
tor for simple users.
If anyone knows such thing. Thanx.
fab.
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]
Hi to all,
My question is rather about sql langage than mysql.
Here it is: i have 2 tables (A and B) with the same structure (4 fields
called f1,f2,f3,f4).
Table A counts x records and table B counts y records (and x <> y).
Then, table A has records that do not belong to table B and table B has
iss ?
thanx in advance ;)
fab.
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]
Hi to all :)
I'm looking for the rpm of the great prog dbf2mysql version 1.14. I've
found a rpm of an older version (1.10) but that's not enough.
Anybody ?
thanx in advance ;)
fabrice.
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://li
I've found the rpm.
fab a écrit :
Hi and thanx :)
I've found dbf2mysql and it should solve my prob.
However, my linux server is a production server (web + mail) and none
programmation environnement is installed on it (no gcc and so on) and i
don't want to.
So, could anyone sen
ed-Hat 7.3 on i386.
thanx
fabrice.
gerald_clark a écrit :
1 will work.
2 will not work.
3 Use dbf2mysql. ( It should be in the downloads section on mysql.com )
fab wrote:
Hi all,
I'm quite new in mysql. Despite i've read a part of the doc, i can't
fix my prob. Here is my question:
Hi all,
I'm quite new in mysql. Despite i've read a part of the doc, i can't fix
my prob. Here is my question:
I want to convert a DBASE IV file into mysql table:
1) Have i to convert the dbf into flat file then use the LOAD DATA
INFILE cmd ?
or
2) Can i directly use the LOAD DATA INFILE cmd w
11 matches
Mail list logo