single column in sql
05:13 20 Dec 2012

Can some one tell me how can I display only a single column value in a database using an sql command.

Suppose I have a table say emplyee having fields NAME,ROLL NO.

I want to get output of only the values from the column ROLL NO.I dont want to match it against any criteria.

sql mysql