Search
 
SCRIPT & CODE EXAMPLE
 

SQL

oracle delete last row

DELETE FROM my_table WHERE my_col_id = (SELECT MAX(my_col_id) FROM my_table);
Comment

PREVIOUS NEXT
Code Example
Sql :: show indexes mysql 
Sql :: reset auto increment sql server 
Sql :: ms sql how to see active job current run time 
Sql :: oracle list invalid password ORA-01017 
Sql :: alter sequence restart with postgresql 
Sql :: mysql id reset 
Sql :: how to check database size in mysql 
Sql :: mysql date between two dates 
Sql :: mysql date - 1 day 
Sql :: mysql return text after a final full stop 
Sql :: zerar auto increment mysql 
Sql :: copy from folders in sql server 
Sql :: how to start mysql in terminal mac 
Sql :: wordpress change user password sql 
Sql :: set password mysql 
Sql :: oracle nls instance 
Sql :: group by mysql and concatenate string 
Sql :: mysql select for update ejemplo 
Sql :: tsql rename table 
Sql :: how to truncate a table in databse 
Sql :: mysql substract count and distinct count 
Sql :: mysql find and replace 
Sql :: How Not To Sort By Average Rating 
Sql :: set auto increment to 1 mysql 
Sql :: transalations from sql to Linq count and group by 
Sql :: mysql select where text contains 
Sql :: how to add default constraint in mysql 
Sql :: oracle list user grants 
Sql :: is there any command to change postgres password 
Sql :: oracle sql group by date year 
ADD CONTENT
Topic
Content
Source link
Name
6+2 =