thank you for this. But how do you set the grid to be changed from time to time? What I want to do is I have a collection report table, and I want to retrieve the current collection report for the day. How can i set the values dynamic?
@oscarcastro013 жыл бұрын
thank you buddy!
@santanaN77 Жыл бұрын
if where clause using Like, it is right query like this Select * From Table1 Where column1 Like '%?%' ?