I have a table where I want to select all records where a data field has a value. Is this possible?
something like:
table.rows(Users.UserID != '').select();
I have a table where I want to select all records where a data field has a value. Is this possible?
something like:
table.rows(Users.UserID != '').select();