Posts by LucasTiago • 13 points
1 post
- 
		0 votes1 answer108 viewsQ: Refer to employees with equal names and different CpfsProblem: I need to consult employees who have equal names but with different CPF. Below is an example of the structure of the table create table #tmp (nome varchar(255), cpf varchar(255)) insert… sql-serverasked LucasTiago 13