Posts by Maggy • 13 points
2 posts
-
0
votes2
answers53
viewsQ: How to transform a numeric value into CURRENCY FORMAT (Brazilian Real) in SELECT MYSQL
Hello, Success and peace to all! CREATE TABLE IF NOT EXISTS `lancamentos` ( `id` int(11) NOT NULL AUTO_INCREMENT, `data` date DEFAULT NULL, `mes_referencia` varchar(50) DEFAULT NULL, `cliente`…
-
0
votes1
answer250
viewsQ: Mysql extract from INPUT and OUTPUT tables
I’m a beginner in Mysql and PHP, I’m building a financial management application for a charity, (volunteer work), and I can’t solve this problem: Performing a Mysql query in the IN and OUT tables…