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:
Post a Comment