https://www.stofebuhusi.ro/magazin-online/?filter_product_cat=paturi
2020-12-17
SQL to quickly generate 24h slices from dmitri
select
trunc(sysdate)+(rownum-1)/24 dt_start,
trunc(sysdate)+(rownum)/24 dt_end
from (
-- generate 32 (2^5) dummy rows
SELECT 1 FROM DUAL GROUP BY CUBE (1,2,3,4,5)
) dummy32
where rownum <= 24;
--ORDER BY 1;
2020-12-10
fomo
https://en.wikipedia.org/wiki/Fear_of_missing_out
concerns that one might miss an opportunity for social interaction, a novel experience or a profitable investment
Smartphones enable people to remain in contact with their social and professional network continuously. This may result in compulsive checking for status updates and messages, for fear of missing an opportunity.
2020-12-04
nifi avro error conversion of records after upgrade to nifi 1.12
nifi avro error conversion of records
nifi Caused by: java.lang.IllegalArgumentException: Invalid decimal precision: 0 (must be positive) at
solution: use querydatabasetable instead of querydatabasetablerecord