This is a discussion on Field Captions within the MySQL Database forums, part of the Database Forums category; Is it possible in MySQL to have a caption for a field, in the same manner that Access uses? For ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Someone wrote:
> Is it possible in MySQL to have a caption for a field, in the same manner > that Access uses? For example, the field is named 'f_name', and when the > fieldname is referenced in code, would output as 'First Name'. SELECT f_name AS `First Name` FROM ... |