skip to Main Content

Create MySQL index to birthdays

I have a MySQL table as: Table cl_clientes: id int AI PK, nome varchar(100) --> name email varchar(200) datanasc datetime ---> here is the birthdate data_envio_email datetime --> sent email date To find the list of persons with birthdates at…

VIEW QUESTION

How to get the average for Day Wise in mysql?

I have a table as follows with below three columns Date table_name count 1/6/2023 table1 5161454381 1/6/2023 table2 286759521 1/6/2023 table3 43756630 1/6/2023 table4 27032087 1/6/2023 table5 44189394 1/6/2023 table6 63475022 1/5/2023 table1 5362300063 1/5/2023 table2 289459360 1/5/2023 table3 59042261…

VIEW QUESTION
Back To Top
Search