Hello MySQL'ers,

Is there a way to return a simple table of one-column, with *fixed* output?
For example, I would like to return a one-column, 3-record table:

---------
| value |
---------
|  'a'  |
---------
|  'b'  |
---------
|  'c'  |
---------


Where I have specified 'a','b' and 'c' somewhere. Some *imaginary* SQL like:
SELECT ['a','b','c'] as value

It seems simple, no?


--
Wellington




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to