Created
July 30, 2018 11:42
-
-
Save sebge2emasphere/ba4ee9f98c02b05c937aa1f3987229d2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
create table analysecom | |
( | |
id numeric(19,2), | |
third_party text, | |
compte numeric(19,2), | |
code_vendeur text, | |
vendeur text, | |
annee timestamp, | |
periode numeric(19,2), | |
montant numeric(19,2), | |
num_dossier numeric(19,2), | |
produit text, | |
abr_dossier text, | |
desc_dossier text, | |
dossier text, | |
statut numeric(19,2), | |
etat text, | |
typesalpur text, | |
ref_externe text, | |
quantite numeric(19,2), | |
nature_mouvement text, | |
type_dossier numeric(19,2), | |
datefact timestamp, | |
anneefact timestamp, | |
periodefact numeric(19,2), | |
update_date timestamp, | |
update_time text, | |
t text, | |
f text, | |
i text, | |
m timestamp, | |
r timestamp, | |
w timestamp, | |
n text | |
); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment