Print
Add To Favorites
Email To Friend
Rate This Article
|
CodeSnip: How to Select the Records from a Table Following a Pattern
|
Published:
28 Feb 2008
|
Abstract
In this code snippet, Deepankar examines how to select only specific records from a table commencing in a series (even
series i.e. 2nd,4th,6th...records or odd series i.e. 1st,3rd,5th.... records and other simple series) in a single query. He provides a detailed analysis of the relevant SQL statements with the help of relevant screenshots. |
 |
by Deepankar Sarangi
Feedback
|
Average Rating: This article has not yet been rated.
Views (Total / Last 10 Days):
3514/
75
|
|
|
|
| Introduction |
This code snip explains how to select only those records
from a table which follow a particular series. Let us say we want to find only the
odd numbered rows from a table.
|
|
|
|
|
Article Feedback
User Comments
No comments posted yet.
|
|
|
|
|