+ Reply to Thread
Results 1 to 2 of 2

Thread: Search % in Database

  1. #1
    Member andigwandi's Avatar
    Join Date
    Mar 2007
    Location
    In the heart of the person who love me, and in the mind who hate me
    Posts
    77
    Rep Power
    11

    Exclamation Search % in Database

    Can anyone tell me how i can search for '%' character in database

    like

    Select * from Table where Field like '%'

    The Field will contain % as value in it.

    And I need all the rows having field value started with '%'




    Thanks in Advance

  2. #2
    Junior Member
    Join Date
    Jun 2008
    Age
    33
    Posts
    1
    Rep Power
    5

    Re: Search % in Database

    This may help you try it---
    SELECT COL1 FROM TABLE_A WHERE
    COL1 LIKE '% [%] %' OR

    SELECT columns FROM table WHERE column LIKE '%\%%' ESCAPE '\'

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Search Engine Sites
    By yathish in forum Search Engine Optimization (SEO)
    Replies: 2
    Last Post: 23-07-07, 07:13 PM
  2. ORACLE placement paper 7
    By sridhar in forum ORACLE Placement Papers
    Replies: 0
    Last Post: 09-02-07, 06:44 PM
  3. INTERNET SESSION-3 (for newbies)
    By wizkid in forum NETWORK ADMINISTRATION , HARDWARE & TROUBLESHOOTING
    Replies: 0
    Last Post: 22-07-06, 12:59 PM
  4. INTERNET SESSION-2(for newbies)
    By wizkid in forum NETWORK ADMINISTRATION , HARDWARE & TROUBLESHOOTING
    Replies: 0
    Last Post: 21-07-06, 02:22 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Content Relevant URLs by vBSEO 3.5.1 PL1