Fix SQL Bugs

This commit is contained in:
sparkyx 2006-07-09 16:49:36 +00:00
parent 6e142585ae
commit 5c60c4ecc6
3 changed files with 50 additions and 49 deletions

View file

@ -68,7 +68,7 @@ CREATE TABLE import_tmp (
code text not null,
date_exec date not null ,
date_valeur date not null,
montant number(20,4) not null default 0,
montant numeric(20,4) not null default 0,
devise text,
compte_ordre text,
detail text,