Skip to content

Instantly share code, notes, and snippets.

@gblnovaes
Created January 15, 2015 11:59
Show Gist options
  • Save gblnovaes/5944810fea60ba8a51b7 to your computer and use it in GitHub Desktop.
Save gblnovaes/5944810fea60ba8a51b7 to your computer and use it in GitHub Desktop.
$query_atraso = "SELECT bn_id
FROM tb_secao_projetos_tarefa
WHERE tb_responsavel_bn_id = '".$_SESSION['bope_id']."'
AND bd_entrega <= NOW() AND bn_status < 3";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment