realbasic-nug
[Top] [All Lists]

SQL question

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: SQL question
From: Gary Edge <rb at panamind dot com>
Date: Wed, 29 Mar 2006 20:03:24 -0500
Delivered-to: realbasic-nug at lists dot realsoftware dot com
Hi All,

For some reason I was under the impression that I could write a query statement that contained an expression that combined columns in the result.

e.g.:

"select FieldA + ',' + FieldB, Field C from tableA"

where FieldA could be a last name and FieldB the first name and FieldC could be the age. So a row returned in the recordset would return idxfield(1) = "Edge, Gary" and idxfield(2) = 36.

I've looked through the SQLite.org site and experimented some but haven't found if SQLite supports this.

Gary
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>