I have a simple HTML form(see below) that is giving me a headache. You can copy and paste the code into a text file and run it.
If you run the code you will see that my two field checks work fine when there is an error. However, when there is no error, the form should be calling my...
I had tried your suggestion 'elsenorjose' but it only gives me one row per group.(see below)
the closest I have come to what I want is this:
SELECT blogger, blog_text, blog_date, max(blog_date) as max_date FROM blog group by blogger order by max_date desc
this gives me
jim blah...
What I am trying to do doesn't seem that hard, but I can't figure it out.
I have a single table that I want to select each row and group by one field and order by another.
Example:
blogger | blog text | blog date
jim blah 11/11/07
anna blah 11/10/07...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.