Question:

How to enter values into a table in oracle... syntax?

by  |  earlier

0 LIKES UnLike

How to enter values into a table in oracle... syntax?

 Tags:

   Report

1 ANSWERS


  1. You're using Oracle...you should know basic SQL already...

    INSERT INTO TABLE(col1,col2) VALUES ('val1',2);

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.