Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. tinkuboy

    LIKE keyword.

    Hi , Thanks for the reply. I used LIKE in my select statement for getting all the names starting with a specified letter eg the user enters 's' then the select statemnt retrieves all the names starting with 's'. I got it working i had to trim some of the variables. Thanks.
  2. tinkuboy

    LIKE keyword.

    Hi, I have a stored procedure which doesnt work the problem comes with select statement and that too with the LIKE keyword. Any suggestion how to use LIKE keyword in a select statement in a cursor appreciated. Thanks. create procedure SPQTBYNAME( IN PRMLASTNAME CHARACTER (25)...

Part and Inventory Search

Back
Top