Menu

Showing posts with label Display View using Select Query. Show all posts
Showing posts with label Display View using Select Query. Show all posts

Friday, 24 January 2014

Display View Data Using Select Query



Select Column_Name
From View_Name;

Example-
                  
            Select * from mac1;