WTatOcentrix
MIS
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>
<br>
How do I do this?<br>