Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql

Using Types.NVARCHAR with oracle JDBC driver to work with Cyrillic chars

java sql oracle jdbc ora-17004

How to select if a row exists in HQL

sql hibernate hql

How do I add a unique index on a field in a partitioned MySQL DB?

sql mysql indexing unique

Query for width and height, a record with each greater than the other in the same query?

sql mysql

SQL Azure : Connection to SQL Azure throws exception

Will a key in sql still stay a key in a view

mysql sql key concat

How to use SQL wildcards in LINQ to Entity Framework

For VAT tax, what is the correct Decimal(p, s) precision and scale for SQL Server field size declaration?

sql sql-server types

Exporting data to a .sql format. How to escape?

php mysql sql sqlite escaping

Building sqlite for windows in a proper way

"Quick and Dirty" Facial Recognition and Database Storage/Lookup in Java

SQL - Clone a record and its descendants

opinions and advice on database structure

Looking for a way to create dynamic SQL from a given SQL Query in Java

java sql hibernate dynamic

Same SQL Query Slower from NHibernate Application than SQL Studio?

sql sql-server nhibernate

Pagination: Find out which page an item is on (given primary key & sorting order)

sql postgresql pagination

Is it helpful to compress strings before placing in database?

c# sql sql-server

Change in query plan and execution time with TOP and ESCAPE

Is it better / more efficient to use sub queries or SELECT statements within the WHERE clause (in MS Access)

sql ms-access

auto increment after delete from a table [duplicate]

mysql sql auto-increment