Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql

How automatically add 1 year date to an existing date in SQL Server

sql sql-server tsql

How to calculate average of a column and then include it in a select query in oracle?

sql oracle

In PostgreSQL What is g(i) in: FROM generate_subscripts($1, 1) g(i)?

sql postgresql

Minus operator in sql

sql

ALTER TABLE my_table ADD COLUMN column_name VARCHAR(50) AFTER col_name not supported in SQL Server 2000

sql sql-server alter-table

SQL - Find date closest to current date

mysql sql

PostgreSQL query is slow when using NOT IN

sql postgresql

How to remove the 1st character from a column in SQL Server

sql sql-server-2008

How do you find the same weekday last year in SQL?

sql sql-server tsql

alter column from time with time zone to timestamp

Create Stored Procedures with PDO in PHP

Where we are giving password by using BCP command?

H2 database column name "GROUP" is a reserved word

sql h2 reserved-words

How to create database on google cloud sql instance

Add 2 weeks to a date SQL

mysql sql datetime

Reverse String Word by Word using SQL

sql oracle plsql

SQL Server: round decimal number and convert to int (within Select)

Cannot find the object "dbo.Table" because it does not exist or you do not have permissions

TSQL case statement with multiple when values? [closed]

sql sql-server tsql

How to format datetime as M/D/YYYY in SQL Server?

sql sql-server tsql