Anonymous
6 years agoNot applicable
Creating a table from another table
I need to create a new table based on the actual one (see example):
| serial | |
| 1234 | [email protected] |
| 1234 | [email protected] |
| [email protected] | |
| 4321 | [email protected] |
The new one should not have duplicated serial number (we need to keep the ones with email @actualcompany.com ) and remove the ones with blank serial. So, the new table should be:
| serial | |
| 1234 | [email protected] |
| 4321 | [email protected] |
In Edit Query mode, filter for actualcompany.com and Non blank Serial.