|
|
|
|
|
by koolkao
4667 days ago
|
|
Thank you for the examples. I made some queries that are analogous to my temporal query needs Here I'm looking for every student, other students with DOB within 2 weeks of the given student:
http://demo.htsql.org/student.define(similar_students:=%20(s... Here for every semester with at least one student, I find the oldest and the youngest students enrolled:
http://demo.htsql.org/semester%20.define(starting_students:=... No being a computer scientist I have to admit I do not appreciate the intricacies of the 'problems with SQL' blog entries. But working with htsql I gotta say it seems a lot more intuitive than SQL. It feels like the logic correspond much better to my mental model. And that there is much less of the jumping up and down the code to nest my SQL code logic that I find myself doing all the time. Is there a way to install this on a PostgresQL instance on Win8? |
|