From Maurizio Ponti, Switzerland

2010-11-29 Thread Maurizio Ponti
much. Maurizio

mysql bug

2005-07-21 Thread Maurizio Dudine
SEND-PR: -*- send-pr -*- SEND-PR: Lines starting with `SEND-PR' will be removed automatically, as SEND-PR: will all comments (text enclosed in `<' and `>'). SEND-PR: From: maurizio To: mysql@lists.mysql.com Subject: [Cannot start mysql] >Description: <1. I have

Ms Sql unique identifier field

2005-03-17 Thread Maurizio, Sponda
y for us, use "unique identifier" data type because the datas must be exchanged with others companies and we need garantee unique identification of all the informations.   Maurizio, Sponda Italy

Fwd: data-retrieving udf

2003-03-05 Thread Maurizio Oristanio
hi everybody, i'm trying to add a udf to mysql that itself accesses the database. anybody ever tried that? i want a function to dynamically create a database, symbolic links and tables. i thought it could be as easy as just mix up a "normal udf" with my table-creating thing. but when i try to cre

R: Simple SELECT/CONCAT query?

2002-09-17 Thread Danilo Maurizio
Try with a self-inflicted left join on the field price. select a.item,b.item,price from table a left join table b on a.price=b.price and a.item!=b.item You should have: a.Item b.Item Price --- Item 125 Item 2 Item 6 33 Item 3

R: Indexing Column for a result set of a SELECT

2002-09-12 Thread Danilo Maurizio
You can try this: set @index = 0; select @index:=@index+1 'index', myfield from mytable limit 100 Danilo Happy MySQL user -Messaggio originale- Da: Fam. Tarniceru [mailto:[EMAIL PROTECTED]] Inviato: giovedì 12 settembre 2002 11.59 A: MySQL Mailing List Oggetto: Indexing Column for a

R: installing

2002-09-11 Thread Danilo Maurizio
You have downoladed the source zip file, and so you have to compile it or download the binary version. Danilo -Messaggio originale- Da: Robert Barbaro [mailto:[EMAIL PROTECTED]] Inviato: venerdì 12 luglio 2002 11.52 A: [EMAIL PROTECTED] Oggetto: installing I have unzipped mysql-3.23.5

Another bug with "create table ... select ..." and control flow functions

2002-09-02 Thread Maurizio Danilo
='2002','Y','N')" "select * from ciccio" The query returns always 0 values for that making-me-mad field. I think that now I have to wait for 4.0.4 version to see this bug fixed, am I wrong? Thanks Danilo Maurizio -

R: select in create

2002-08-27 Thread Danilo Maurizio
Hi, try this: "create table mytable select max(id),space(1) name from mytable2" and then this: "alter table mytable modify name varchar(255)" Danilo Maurizio -Messaggio originale- Da: Ilyas Keser [mailto:[EMAIL PROTECTED]] Inviato: martedì 27 agosto 2002 15.56

Import Sybase Ase bcp text file with date type format fields

2002-08-19 Thread Maurizio Danilo
Hi, I have to import some data in Mysql from a Sybase bulk copy (bcp) text files, and I have some problems with "date" type format fields. The sybase db has datetime fields and in the dump file the date format is like this: "Mar 3 1999 12:00:00:000AM" I have created a table with the same st

longtext

2001-06-12 Thread Maurizio Megliola
Hello, I'm a MySQL newbye... my question is: is it possible to load in a Longtext column a .txt file? furthermore, is it possible to do that with a .xml file? Thanks in advance, Maurizio Megliola TXT e-solutions S.p.a

libmysqlclient

2001-03-02 Thread Maurizio
Description: upgrading my old MySql version to the new one, all my C code doesn't compile returning an ld error in resolving my_compress() and my_uncompress() finctions. I forced compilation coping the old libraries and include files from previus version of MySql. Server version 3.23.