Subject | SQL Question |
---|---|
Author | Peter Dennis |
Post date | 2007-04-19T05:43:47Z |
Hi all,
I was just wondering whether this is the correct group to ask about SQL
queries? If not can someone please point me in the right direction?
Is it possible in Firebird to use column aliases in a select statement?
For example:
SELECT
col1 AS "Student Name"
FROM
students
WHERE
studentID = 7577;
Many thanks,
Peter.
[Non-text portions of this message have been removed]
I was just wondering whether this is the correct group to ask about SQL
queries? If not can someone please point me in the right direction?
Is it possible in Firebird to use column aliases in a select statement?
For example:
SELECT
col1 AS "Student Name"
FROM
students
WHERE
studentID = 7577;
Many thanks,
Peter.
[Non-text portions of this message have been removed]