Search
 
SCRIPT & CODE EXAMPLE
 

SQL

oracle insert multiple rows into same table

INSERT INTO my_table (col1, col2)
SELECT 8000, 0 FROM DUAL
UNION ALL
SELECT 8001, 5 FROM DUAL;
Comment

PREVIOUS NEXT
Code Example
Sql :: between operator 
Sql :: sqlite csv 
Sql :: cardinality example sql 
Sql :: limit rows after order by oracle 
Sql :: Example SQL Test 
Sql :: SQLSTATE[42S02]: Base table or view not found: 1146 Tabl 
Sql :: mysql backup certain tables workbench 
Sql :: postgres add foreign key to existing table 
Sql :: sql to linq converter 
Sql :: postgresql gset 
Sql :: fuck docker mysql 
Sql :: drop all tables db2 
Sql :: use mysql in java program 
Sql :: mysql create link between tablesdatabase 
Sql :: how to set up an anonymous function to variable in swift 
Sql :: use mysql 8 without password 
Sql :: delete double on SQL with multiple primary keys 
Sql :: java input type sql date 
Sql :: Un mask mysql 
Sql :: sql after date 
Sql :: concatenate sqlites 3 
Sql :: MYSQL create new query tab 
Sql :: pl sql join 3 tables 
Sql :: amount of entries in a table psql 
Sql :: opensuse start MySQL 
Sql :: Convert LDAP Epoch to Date 
Sql :: ceil upto 2 decimal place mysql 
Sql :: create synonym for dblink in oracle 
Sql :: decalre table in sql 
Sql :: How to do a cumulative count using Raw SQl / Laravel - Eloquent ORM 
ADD CONTENT
Topic
Content
Source link
Name
5+7 =