% SQL_cons = "select * from produtos where oferta = true" set rs_cons = con.execute(SQL_cons) SQL_cons2 = "select * from produtos where lancamento = true" set rs_cons2 = con.execute(SQL_cons2) SQL_cons3 = "select * from terapia where visivel = true" set rs_cons3 = con.execute(SQL_cons3) %>
![]() |
|