Go to most recent revision | Details | Last modification | View Log | RSS feed
/* States Details */
SELECT st.STATE_ID,
st.STATE_NAME,
st.STATE_TYPE_ENUM
FROM STATES st
WHERE st.STATE_ID = :STATE_ID