Help for this page

Select Code to Download


  1. or download this
    use database
    go
    select * from table 
    go
    
  2. or download this
    if (sth->fetch())
    {
    code here
    }