Skip to content

Instantly share code, notes, and snippets.

@sebge2emasphere
Created July 30, 2018 11:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sebge2emasphere/ba4ee9f98c02b05c937aa1f3987229d2 to your computer and use it in GitHub Desktop.
Save sebge2emasphere/ba4ee9f98c02b05c937aa1f3987229d2 to your computer and use it in GitHub Desktop.
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