Hi,
I was wondering if it's possible for me to do a filter in results after doing a "SELECT * FROM MyTable" in a MySQL database?
Something like the ADO function ".Filter = <Condition".
TIA.
Read the MySQL manual about the WHERE clause.