1
Staff I have the following select
set temp = Conn.Execute("SELECT * FROM tbl_estacionamento ORDER by id asc")
I have a table called date where I record the day of registration of information, I would like to know how I can display only recorded results on Sundays.
Thank you :D
this way displays results registered on Sunday (1 Sunday, 2 Monday....)
– Patrique