Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql

Query to get 3rd largest amount and 2nd largest amount from table

sql

Database: Pipelined Functions

sql mysql database oracle

Hex characters in varchar() is actually ascii. Need to decode it

sql encoding ascii hex decoding

select row from table and substitute a field with one from another column if it exists

Date time exception in coldfusion query in cfc and mySQL

mysql sql coldfusion cfc

Drop_existing throws an error if index does not exist

Select items that are the top N results for a related table

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