merge - Sql Merging two result sets - Stack Overflow
經安全檢測,此網站為安全網站,請放心前往原始網址!
merge - Sql Merging two result sets - Stack Overflow
Lets take two result sets as in: 1,2,3,5,7 and. 2,4,6,7,8. In the end I want 1,2,3,4 ...
You may use UNION (see e.g if you use mysql: ... I think maybe you're thinking of
...