Posts by ThiagoLuMeFiTe • 11 points
1 post
-
1
votes1
answer412
viewsQ: How to use SQL min() with float?
I have the following database table: *Table structure for table `resultados` */ DROP TABLE IF EXISTS `resultados`; CREATE TABLE `resultados` ( `cpf` varchar(14) NOT NULL, `nome` varchar(255) DEFAULT…