Saturday, March 12, 2011

Select columns from Table



Type 1: For select all column from table alertclub
Select * from alertclub

Type 2: For select Particular column from table, suppose if you want to select uname (column name) from 
 alertclub  (table name). then execute this query:

Select uname from alertclub

No comments: