Posts by Felipe Acelino • 31 points
2 posts
-
0
votes0
answers270
viewsQ: Categories and subcategories in a single SELECT
I have the following table structure: CATEGORIAS id titulo SUBCATEGORIAS id id_categoria titulo I was wondering if there is a way to bring all categories and subcategories at once into a single…
-
3
votes1
answer83
viewsQ: Searching nearby locations with DISTINCT? (Maps API)
I have a separate table in MYSQL with user addresses containing location information (latitude and longitude), and each user can have more than one registered address. My goal is that when…