hi,
i have a table called address
whose structure is
adr number
street_number varchar2(50
there are recoords like
9999 0000045
9991 45
9992 0001045
9993 0010045
the user would enter say 45 on the front end java screen and the
query has to fetch records of street_number 45 as well as 0000045
i have a table called address
whose structure is
adr number
street_number varchar2(50
there are recoords like
9999 0000045
9991 45
9992 0001045
9993 0010045
the user would enter say 45 on the front end java screen and the
query has to fetch records of street_number 45 as well as 0000045
Comment