Thread
:
sql dummies
View Single Post
#
6
(
permalink
)
04-08-2008, 10:04 AM
GJW
Posts: n/a
Re: sql dummies
Marten Lehmann wrote:
>> will return exactly one row of data with lets say 3 rows.
>
> Sorry, I was meaning columns.
I believe you want to do the following:
SELECT 'Bill', 'Gates', 'Redmond' FROM dual;
GJW