Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql

What DB for big databases?

sql mysql database oracle

SQL replace old values with new ones

sql replace

Does facebook fql contain the sql like operator?

sql facebook facebook-fql

Supporting both Oracle and MySQL: how similar is their SQL syntax?

java sql mysql oracle ibatis

Using MYSQL GROUP_CONCAT in the WHERE clause

sql mysql aggregate

How do I do a WHERE on the COUNT(name) produced by a GROUP BY clause?

sql

Is this possible with sql?

sql mysql insert

Why is it that the IsEqual (=) operator is working faster than the IsNotEqual (<>) operator in Oracle?

sql oracle

Include table name in SQL query

sql mysql

What is the correct syntax to break a PL/SQL procedure call in multiple lines?

Why does my Entity Framework turn '2.87' into just '2' (decimal field)?

How do I display the query time when a query completes in Vertica?

sql vertica vsql

Reading from a File Until Specific Character in Java

java sql text-files

T-SQL sorting by a calculated column

sql tsql

Does SYSDATETIME() cost more than GETDATE()?

group by column not having specific value

Select cyrillic character in SQL

SQL order by absolute values

Converting getdate() to yyyymmdd & getting the date two years back

Avoid Database Cursor in SQL Server

sql sql-server tsql cursors