Oracle query can't return a row even if the parameter should return a row -


i have tmp_table field receiving_institution(varchar2) . not provide other fields make simple.

    receiving_institution|     ----------------------     19     26     50     etc.      select * tmp_table receiving_institution = '19' -> returns 0 row(unexpected result)     select * tmp_table receiving_institution '%19%' -> returns row(expected result) 

the second query's result return receiving_institution '19' (no spaces). when edit manually '19' '19' typing it, after first query works. think it's on data itself. way test on main table (autho_activity) , it's same result.


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -