How about as an example

SELECT FirstName, LastName from User_Table;

That gives me a list of rows such as:

John Jones
Mary Kay

etc.

What I'd like to do is get

FirstName LastName
John Jones
Mary Kay

etc.



On 19-Dec-08, at 2:47 PM, Josh Paul wrote:

What is the SQL you are using for the SELECT? Can't you simply include the column names after the SELECT statement?

SELECT columnName FROM tableName ...

?

On Dec 19, 2008, at 11:20 AM, David Holt wrote:

Hello all,

Does anyone know how to select column names along with the data using SQL92 (FrontBase). I often do a quick Select and data export out of FrontBaseManager and I am surprised that there is no facility to select the column names as well. They are displayed in the interface, so I KNOW it's possible :-)

<column names.jpg>

I have googled and I asked on the FrontBase list and received no responses. I can't imagine that it is an unusual request?

David

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/joshpaul% 40gmail.com

This email sent to joshp...@gmail.com


_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to