I need to create a query that when i enter partially the value of a parameter until"/" is shown it displays all the row sequences with that parameter in the first part before "/"
I enter as a parameter: pwd
The result of query should be: pwd/1 pwd/2 pwd/3....
where field like @pwd + '%';@pwdis not valid Oracle syntax. Were you meaning to use a bind variable:pwdor a substitution variable&pwdor just a PL/SQL variablepwd?