I have sqlite2 table:
CREATE TABLE test (
alfa char(5) NOT NULL default '',
);
when i .dump i obtain:
INSERT INTO test VALUES(01000);
but when i import in sqlite3, i obtain
test = '1000'
and not
test = '01000'
because .dump create:
INSERT INTO test VALUES(01000);
and not:
INSERT INTO test VALUES('01000');
how to solve?
excuse previuos in MySql.
--
Caselle da 1GB, trasmetti allegati fino a 3GB e in piu' IMAP, POP3 e SMTP
autenticato? GRATIS solo con Email.it http://www.email.it/f
Sponsor:
Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=12824&d=31-5
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users