CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Home
>
database
> Ms SQL empty line integration problems
Ms SQL empty line integration problems
Time:10-08
As shown, integrating multiple lines of the same id for a row, delete a null value, can you tell me how to achieve? Use the select or update will do
CodePudding user response:
Select id, Max (value), Max (value2), Max (value3), Max (value4), Max (value5) from the table name group by id
Page link:
https//www.codepudding.com/database/57897.html
Prev:
The computer network
Next:
Beginner database problems
Tags:
problems
Related
Links:
CodePudding