I want to translate this SQL syntaxe to Linq:
select id, first_name, last_name, MAX(birthday) from my_table group by first_name
Thanks for you help
I want to translate this SQL syntaxe to Linq:
select id, first_name, last_name, MAX(birthday) from my_table group by first_name
Thanks for you help