Tuesday, December 3, 2013

Add first row at combo box

first row of combo box to be "SELECT"

SELECT id, Country FROM Country_MASTER
       UNION SELECT -1, ' -SELECT-'
    ORDER BY Country


No comments:

Post a Comment