MySQL Forums
Forum List  »  Newbie

Re: How to add a Constant Field in Select Query Result Set ?
Posted by: Aleksandar Kordic
Date: December 01, 2008 06:39AM

this may work

SELECT *, "PersonalData" as type
FROM Personal

poz

Options: ReplyQuote


Subject
Written By
Posted
Re: How to add a Constant Field in Select Query Result Set ?
December 01, 2008 06:39AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.