SyntaxFix
Write A Post
Hire A Developer
Questions
If I want the sort to be applied to only one of the UNION if use Union all:
Select id,name,age From Student Where age < 15 Union all Select id,name,age From ( Select id,name,age From Student Where Name like "%a%" Order by name )