I have a sql question... Here is the sql statement I currently have:
SELECT DISTINCT Gate.Name, Gate.Organization, Gate.PlateNum, Gate.PlateState, Gate.REC_ID FROM Gate;
REC_ID is a random number generated for easier record reference...
What happens when I use this statement, it returns all...