Posts by Bruno • 23 points
2 posts
-
-1
votes1
answer46
viewsQ: Unique key during time period
My table is constituted as follows: CREATE TABLE `AgendaVisitas` ( `id` int NOT NULL AUTO_INCREMENT, `title` int DEFAULT NULL, `respons` varchar(255) DEFAULT NULL, `contact` varchar(20) DEFAULT…
-
2
votes1
answer46
viewsQ: Send all returned data in the same email
I have the following query: cursor.execute("SELECT raddb.StockMinimo.Id, raddb.StockMinimo.Produto, Minimo, Quantidade FROM raddb.StockMinimo LEFT OUTER JOIN raddb.StockProdutos ON…