sql - Simplify static Select statement by removing unions -
i want define values statically inside query, not using table.
select 1 id, 'one' value union select 2, 'two' is possible simplify query, write without unions?
i want define values statically inside query, not using table.
select 1 id, 'one' value union select 2, 'two' is possible simplify query, write without unions?
Comments
Post a Comment