Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to obtain all possible values for an ENUM field

Status
Not open for further replies.
Nov 15, 1999
1
US
I am writing sample scripts for a web-based application for web programmers that are not very knowledgable in SQL. One of the fields in one table is an enumerated type (ENUM). In order to minimize the possibility of typos, I would like to query the database (MySQL) to get the string form of the possible ENUM values.<br>
<br>
How do I do this?<br>

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top