Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql

What is the SQL Server equivalent to Oracle's Virtual Private Database?

How to reuse code in SQL stored procedures?

sql sql-server code-reuse

Using DDD, How Does One Implement Batch Processing?

Is GETDATE() expensive as DateTime.Now is?

Memory effective way to read BLOB data in C#/SQL 2005

Update via subquery, what if the subquery returns no rows?

Library to parse SQL statements

sql delphi parsing

SQL database Structure

mysql procedure to update numeric reference in previous rows when one is updated

sql mysql stored-procedures

SQL Server - stored procedure suddenly become slow

Index on column with only 2 distinct values

Replace returned null values in LEFT OUTER JOIN

sql join null outer-join

How can i get rid of 'ORA-01489: result of string concatenation is too long' in this query?

sql oracle optimization

Using IN with sets of tuples in SQL (SQLite3)

How does hibernate use an empty string for an equality restriction?

sql hibernate criteria

Converting delimited string to multiple values in mysql

sql mysql

(NOT) NULL for NVARCHAR columns

sql

ActiveRecord Find - Skipping Records or Getting Every Nth Record

Using an overall WHERE clause when using UNIONS in sql

How do I translate a simple boolean statement to SQL?