Useful SQL Queries

| No Comments

You might find the following queries quite handy for your day to day SQL operations:

1. Get the total number of records in a table:

SELECT COUNT(*) FROM TABLE_NAME;

Leave a comment

Pages

About this Entry

This page contains a single entry by Armaghan published on October 28, 2009 3:56 PM.

SQL User queries in Oracle was the previous entry in this blog.

Find recent content on the main index or look in the archives to find all content.