March 9th, 2010

Let’s see some SQL

Posted by admin in B. SQL Basics

Here is a sample SQL statement:

SELECT *
  FROM STORE_TBL;

This lists all the STOREs (*) in the STORE_TBL.

Result Table:

Comments are closed.

Sorry, the comment form is closed at this time.