sql select only first occurrence code example Example: sql select only first occurrence SELECT FIRST(column_name) FROM table_name;