Topic: SQL Query
I have a table (Cassa) with the fields
(Giorno, Cifra, record_count, id_Nuova_Causale, Anno).
I need to select all the records in the table with the value
Anno = 2025
and display the updated TableGrid1 with only those values.
I've tried everything, but it doesn't work.
Can someone give me an example of how to write the script? Thanks.