What is the wildcard character in SQL?
By in ADO.NET on Dec 05 2006
  • rahamanabdul shaik
    Dec, 2006 7

    % and -

    • 0
  • Dec, 2006 5

    Let’s say you want to query database with LIKE for all employees whose name starts with La. The wildcard character is %, the proper query with LIKE would involve ‘La%’. 

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS