- select MeetingID,Meeting,DiscussionPoint,
- ( Select Count(MeetingID)
- from YourTable b
- where b.Meeting=a.Meeting
- and b.MeetingID<=a.MeetingID
- ) as CalculatedField
- From YourTable a
|
|
|
Latest Articles: Read & Comment
Top Microsoft SQL Server Contributors
|
|
Quick Browse:
Communities / Archives XML / CSS | HTML | Javascript | PHP | Perl | Visual Basic | Python | C++ / C | Java | .NET / C# / VB / XML / ASP.net | ASP PostgreSQL | MS SQL | Oracle | IBM DB2 | MS Access | MySQL About Bytes | Sitemap | Privacy Policy | Terms of Use Copyright 1995-2008 Bytes.com. All rights Reserved |