Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql

Must declare the scalar variable

sql sql-server-2008

select top 10 with the highest average score

sql sql-server select join

How to select from one table and a sub table

sql sql-server-2008 tsql

How to find the nearest date?

sql sql-server tsql

Best practices to Manage Database project in TFS and visual studio

c# sql visual-studio-2010 tfs

T-SQL distinct count query...can it be optimized with an EXISTS or something else?

sql sql-server tsql

Generating an even random range in Netezza

sql random netezza

Add x days to a DATE-field, where x is another column [closed]

Combining these two SQL statements into one

php mysql sql

Java: How to efficiently read from database?

java sql performance

Sum up Time column using sql query

WHERE to check if NVARCHAR record begins with a number or symbol in SQL

sql sql-server

How to PIVOT and calculating column average

sql sql-server pivot

How to replace/remove multiple words from string in single statement

sql oracle oracle9i

Oracle SQL: selecting date field without day (Only Month and Year)

sql oracle plsql

Getting a "foreign key constraint fails" even though I have "on delete cascade"

mysql sql foreign-keys cascade

fetching monthwise data from a database with a year's record in postgres

sql postgresql

Joining on the same table more than once

mysql sql

How to avoid inserting duplicate records from source table while merge?

sql sql-server

How to automatically create a (My)Sql ALTER script within an installer?

c++ mysql sql nsis