Puede usar una UNION , si entiendo bien tu publicación:
(SELECT * FROM the_table WHERE color = 'blue' LIMIT 5)
UNION ALL
(SELECT * FROM the_table WHERE color = 'red' LIMIT 10)
Puede usar una UNION , si entiendo bien tu publicación:
(SELECT * FROM the_table WHERE color = 'blue' LIMIT 5)
UNION ALL
(SELECT * FROM the_table WHERE color = 'red' LIMIT 10)
Diferencia entre los literales N'String' y U'String' en Oracle
Malos hábitos:centrarse solo en el espacio en disco al elegir claves
Cómo escribir rápidamente Select Query en SQL Server - Tutorial de SQL Server / TSQL Parte 108
Uso de Oracle JDeveloper con MySQL Database Service en Oracle Cloud Platform, Parte 1