Posts by Mauro • 15 points
2 posts
-
1
votes2
answers62
viewsQ: MYSQL: sort by specific Rows within SELECT
I’ve been trying to figure this out for three days and I haven’t found the answer anywhere I have a table in the database where I need to do a SELECT on all products but they need to be sorted…
-
-2
votes1
answer256
viewsQ: The more queries in Mysql the higher the consumption?
I’m developing a website and my code is using many queries/queries in Mysql at once, I’m trying to decrease these queries to the smallest number since I think the more queries more resources will be…