Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql

How can I use SQL to group and count the number of rows where the value for one column is <= x and the value for another column > x?

sql

Sql Server - Constraint - Allow to set column A only if column B is null and vice-versa

sql sql-server constraints

MS SQL Error "Invalid object name" on table I just created

sql sql-server

How to 'add' a column to a query result while the query contains aggregate function?

SQL Server 2008 : replace string

sql sql-server tsql string

Permissions required to allow arbitrary sql to be executed safely

MySql - Inserting multiple rows with a joined subquery?

sql mysql join subquery

How to get difference between 2 columns

sql database mysql

How to count similar interests in MySQL

mysql sql join inner-join self

Sql select query help

sql derby

Execute sql script and not wait for completion

asp.net sql sql-server vb.net

Creating indexes for 'OR' operator in queries

How to deny delete on a table for all users

sql sql-server tsql

Packaging SQLite DB with my application

sql android sqlite

What is the preferred way of saving dynamic lists in database?

JPA or Hibernates With Oracle Table Partitions?

java sql hibernate jpa

SQL Server efficiently filter rows where times are not near another table's times

Executing a prepared PDO statement with the like clause [duplicate]

php sql pdo prepared-statement

MySQL: How to select and display ALL rows from one table, and calculate the sum of a where clause on another table?

sql mysql database join

Oracle equivalent of ROWLOCK, UPDLOCK, READPAST query hints

sql oracle locking