SQL string Search query -
currently have requirement below.
input @filename ="233-sssee-filenametype@ssss.xml"
in db have column values below.
filetype val filenametype direct
now requirement tosearch filetype
in above table passing @filename
parameter , should return val
response.
how write search query type.
your requirement not proper. try below query:-
select output_column_name table_name filetype = '233-sssee-filenametype@ssss.xml'
Comments
Post a Comment