Versões comparadas
comparado com
Chave
- Esta linha foi adicionada.
- Esta linha foi removida.
- A formatação mudou.
HTML |
---|
<center><font size="5000"> MATAREXTERMINAR O ACCESS ATÉ DEZEMBRO12/ABRIL/18 </font></center> |
Gráfico | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
HTML |
---|
<p id="demo" style="font-size: 80px; color:red; background-color:black;"></p>
<script>
// Set the date we're counting down to
var countDownDate = new Date("Apr 12, 2018 23:59:59").getTime();
// Update the count down every 1 second
var x = setInterval(function() {
// Get todays date and time
var now = new Date().getTime();
// Find the distance between now an the count down date
var distance = countDownDate - now;
// Time calculations for days, hours, minutes and seconds
var days = Math.floor(distance / (1000 * 60 * 60 * 24));
var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
var seconds = Math.floor((distance % (1000 * 60)) / 1000);
// Output the result in an element with id="demo"
document.getElementById("demo").innerHTML = days + "d " + hours + "h "
+ minutes + "m " + seconds + "s restantes";
// If the count down is over, write some text
if (distance < 0) {
clearInterval(x);
document.getElementById("demo").innerHTML = "EXPIRED";
}
}, 1000);
</script> |
SQL | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
SELECT COUNT(*) as "Falta Converter", '12.31.2017'-current_date as "Dias Restantes" (SELECT Count(*) FROM esiaProdutosCliente PC left join esiaProdutoContratoesiaContrato PCOCO on PCCO.cdProdutoContratocdContrato=PCOPC.cdProdutoContratocdContrato left join esiaContratoeanEntidade COE on PCOE.cdContratocdENtidade =Co PC.cdContratocdEntidade left join esiacopiacliente CC on PC.cdProdutosCliente= CC.cdProdutosCliente INNER JOIN (select new_cdcopiacliente, max(dtRegistro) as dtMigracao from log_esiacopiacliente where operacao = 'UPDATE' AND new_flfirebird = 'S' AND old_flfirebird = 'N' and dtRegistro >= current_date - cast(EXTRACT(ISODOW FROM current_date) as integer)-1 group by new_cdcopiacliente) MM ON MM.new_cdcopiacliente = CC.cdCopiaCLiente INNER JOIN esiaPadrao P ON PC.cdPadrao = P.cdPadrao WHERE CC.flContadorEstatistico = 'S' and CC.dtExpiracao > '01.03.2017' and (CC.flTipoCopia = 'VIP' or (CO.flStatus='A' or (CO.flStatus is null and CC.flTipoCopia = 'Doacao'))) AND PC.cdProduto in (10,12) and flFirebird = 'N' AND PC.cdEntidade NOT IN (1310,526,5193) |
orientation | vertical |
---|
dataSource | SIA |
---|---|
output | wiki |
) as "Migradas semana" FROM esiaProdutosCliente PC left join esiaProdutoContrato PCO on PC.cdProdutoContrato=PCO.cdProdutoContrato left join esiaContrato CO on PCO.cdContrato=Co.cdContrato left join esiacopiacliente CC on PC.cdProdutosCliente= CC.cdProdutosCliente INNER JOIN esiaPadrao P ON PC.cdPadrao = P.cdPadrao WHERE CC.flContadorEstatistico = 'S' and CC.dtExpiracao > '01.03.2017' and (CC.flTipoCopia = 'VIP' or (CO.flStatus='A' or (CO.flStatus is null and CC.flTipoCopia = 'Doacao'))) AND PC.cdProduto in (10,12) and flFirebird = 'N' AND PC.cdEntidade NOT IN (1310,526,5193) |