Search
 
SCRIPT & CODE EXAMPLE
 

SQL

sql get last inserted row

select * from table where ID = (SELECT @@IDENTITY)
Comment

PREVIOUS NEXT
Code Example
Sql :: run sql file in terminal 
Sql :: install sqlite npm 
Sql :: date format in postgresql 
Sql :: get all columns from table sql 
Sql :: mysql update add to existing value 
Sql :: postgresql update auto_increment value 
Sql :: how to create a table in mysql 
Sql :: mysql select update same table 
Sql :: condition in count sql 
Sql :: list of all table names in sql server databse 
Sql :: create a sqlite database c# 
Sql :: how to test for sql injection 
Sql :: create temporal table in sql 
Sql :: SELECT exists sql 
Sql :: space not removing from column in sql 
Sql :: DATE_SUB postgres 
Sql :: update with select postgresql 
Sql :: remove space in sql server 2012 
Sql :: sql left characters 
Sql :: t-sql create trigger 
Sql :: null sql 
Sql :: mssql check if date is greater than today 
Sql :: python sqlite3 update 
Sql :: sqlalchemy update row 
Sql :: mysql get first n characters of string 
Sql :: delete a temporary table mysql 
Sql :: oracle index hint 
Sql :: Write an SQL query to print details of the Workers who have joined in Feb’2014 
Sql :: mysql count by month 
Sql :: oracle convert run duration to number 
ADD CONTENT
Topic
Content
Source link
Name
4+4 =