Is it possible to somehow filter records in a table on the console to view all unique records? I.e. I have several records with duplicate “Member_Name” fields, I was wondering if there was a quick way using something like the SQL “unique” keyword to view all rows and only have one line for the duplicated rows. This would allow me to quickly know the actual number of records I need to be working with. I know I can do this code-wise, I was just wondering if the console supports such a feature.
Hi Simon,
There’s no such syntax available yet.