You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
select t1.* from <table_1> as t1
where t1.firstname in (select t2.firstname from (select distinct firstname from <table_1> order by firstname) t2)
order by t1.lastname