Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql

Select last n rows without use of order by clause

sql postgresql sql-order-by

How to merge time intervals in SQL Server

sql sql-server

Pivoting in Sybase SQL Query?

sql sybase pivot

MySQL nested left join with outer references

mysql sql

Finding a geography point within a range of another - SQL Server

How to add a table name in EXECUTE IMMEDIATE query?

sql oracle plsql

SQL Query to check if today is Employee's birthday [closed]

sql datetime datediff

GROUP BY using parameters in SQL

Sql Case Statement when is not null

What are the pros and cons of using `select table_name.*`? [closed]

sql

SQL insert into using Union should add only distinct values

sql sql-server tsql

How do you convert from scientific notation in Oracle SQL?

sql oracle sql-loader

Am I being thick? MySQL: "Not unique table/alias" on LEFT JOIN

mysql sql left-join

SQL query doesn't return full results for only one field

sql excel vba adodb

how to return last inserted (auto incremented) row id in HSQL?

Return value from OleDbCommand

SQL query escaping + codeigniter

Which is faster: "SELECT * FROM table" or "SELECT x,y,q FROM table" (from a table with 4 fields)

php mysql sql database

SSDT, do I need different dacpacs if I need to deploy the same db to SQL Server 2008 and 2012?

Powershell and SQL: data from sql query to an array