Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

postgresql inline table

join (values (1, 101), (2, 202), (3, 303), (4, 304)) as map(zone_number, output_type_id)
on ...
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #postgresql #inline #table
ADD COMMENT
Topic
Name
8+1 =