in reply to How to retrieve multiple output sets using DBI
SELECT 'one' UNION SELECT 'two' UNION SELECT 'three'; ?column? ---------- one two three (3 rows)
As a computer, I find your faith in technology amusing.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to retrieve multiple output sets using DBI
by roho (Bishop) on Feb 08, 2019 at 18:51 UTC |