dinsdag 15 januari 2019
BODS aanroepen SQL en PLSQL procedure
In BODS script oracle aanroepen
sql('OJZSTGA1_BTL',' begin createPivotTable(\'CONTROLELIJST_BESCHIKTE_VOORZIENING_JGD_2017\',\'voorzieningsoort\',\'c\'); end; ');
sql('OJZSTGA1_BTL','begin suffie(); end;');
sql('OJZSTGA1', 'truncate table DWH_DOEL.JW_STG_GEBIED_WIJK');
Abonneren op:
Reacties posten (Atom)
Datums bepalen adhv begin en einddatum in Dataframe
Voorbeeld op losse velden ####################################################################### # import necessary packages from datetime...
-
The Pandas loc indexer can be used with DataFrames for two different use cases: a.) Selecting rows by label/index b.) Selecting r...
-
how to use else if in lambda functions f = lambda x : 1 if x > 0 else 0 if x == 0 else - 1 dfGert.apply(lambda x: 1 ...
-
https://jakevdp.github.io/PythonDataScienceHandbook/03.11-working-with-time-series.html The fundamental Pandas data structures for workin...
Geen opmerkingen:
Een reactie posten