|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
interpret " charater in table data
Hi, need your help again!
I insert this record: insert into test(data) values ('"_test_"'); So the "_test_" is stored in test table under data column. How to insert the data so that the data stored is _test_ instead of "_test_"? Many many thanks! |
|
#2
|
|||
|
|||
|
Code:
insert into test(data) values ('_test_')
? |
|
#3
|
||||
|
||||
![]()
__________________
My blog Tutorials about OSS databases, DBMonster ... Contribute to OSS Development, fill bug reports! Developer Shed eSupport Commented my.ini/my.cnf (ADD YOUR OWN CONFIG TRICK) An introduction to database normalization Natural or Surrogate key Custom ordering for your results Correlated and uncorrelated subqueries Don't turn your outer joins into inner joins Random data (with a bias) |
![]() |
| Viewing: Dev Shed Forums > Databases > Oracle Development > interpret " charater in table data |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|