Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. I have a String like below
  2.  
  3. String str1= "insert into CUSTOMER(CUSTOMER.Name, CUSTOMER.Age, CUSTOMER.city) values ('ASAL',22,'New Yark')"
  4. String str1 = "insert into CUSTOMER(Customer.Name, Customer.Age, Customer.city) values ('Thangam',23,'Sane')"
  5.  
  6. String str1= "insert into CUSTOMER(Name, Age, city) values ('ASAL',22,'New Yark')"
  7. String str1 = "insert into CUSTOMER(Name, Age, city) values ('Thangam',23,'Sane')"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement