G
Guest
Hi there.
I have a table that looks like this:
|ID| --- |COMMENT| --- |DATE|
200601 testing123 3/27/2006
200601 testing456 4/21/2006
200601 testing789 5/8/2006
I want to be able to query the first entry (so only 1 comment, id, and date
is displayed).
For instance, the query would result in:
200601 testing123 3/27/2006
since it was the first entered comment.
This table has numerous comments associated with each id. Each Id has around
2-5 comments, but all I need is the first entered one.
Thanks for the help.
-State
I have a table that looks like this:
|ID| --- |COMMENT| --- |DATE|
200601 testing123 3/27/2006
200601 testing456 4/21/2006
200601 testing789 5/8/2006
I want to be able to query the first entry (so only 1 comment, id, and date
is displayed).
For instance, the query would result in:
200601 testing123 3/27/2006
since it was the first entered comment.
This table has numerous comments associated with each id. Each Id has around
2-5 comments, but all I need is the first entered one.
Thanks for the help.
-State