Hi
My company has an old oracle database table which use long datatype to store short news article. I need to insert a few short article into that table. However in sqlplus when I tried :
create table article ( id int, text long, ....);
insert into article (id, text, ...) values (407,
' Our...
hi,
I have a sample database which I know how to create the schema. I want to generate a sql script containing insert data statement from this sample database. I want to give the
sql script containing insert statement to client so they could regenerate the sample database. Is there an...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.