Jump to content
You currently have javascript disabled. Several functions may not work. Please re-enable javascript to access full functionality.
DannyND hasn't added any friends yet.
01/04/2014, 11:39
$query_Lista_Est_Minimo = "SELECT * FROM estoque WHERE qtd_minima < qtd_atual ORDER BY descricao ASC"; $resul = mysql_query($query_Lista_Est_Minimo) or die (mysql_error());