This tag specifies that the question is independent of any particular database and the sql should work in any rdbms.
I am trying to INSERT INTO a table using the input from another table. Although this is entirely feasible for …
sql database syntax database-agnostic ansi-sql-92I was wondering, is there a way to create a timestamp in c# from a datetime? I need a millisecond …
c# timestamp compact-framework database-agnostic time-precisionWhat is database clustering? If you allow the same database to be on 2 different servers how do they keep the …
database load-balancing cluster-computing database-agnosticHibernate's Criteria API has Restrictions.ilike function which has the following contract: A case-insensitive "like", similar to Postgres ilike operator …
java sql hibernate database-agnosticThis question is about database views, not materialized-views. Pros: Query simplification. Avoid repeat the same joins on multiples queries. Avoid …
views database-agnosticIs there a way to get the week number of a date with SQL that is database independent? For example …
sql date week-number database-agnosticIf I have two objects that have a many-to-many relationship, I would typically model them in my database schema with …
database many-to-many database-agnosticI am trying to use querydsl for building dynamic queries for dynamic schemas. I am trying to get just the …
java sql database querydsl database-agnosticDoes "group by" clause automatically guarantee that the results will be ordered by that key? In other words, is it …
sql database group-by database-agnosticWhat is the best database schema to represent an NCAA mens basketball bracket? Here is a link if you aren't …
sql database-design language-agnostic database-agnostic