Search:

Type: Posts; User: manju; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    3,014

    Thanks It worked..I removed the single quotes...

    Thanks
    It worked..I removed the single quotes and it worked like a charm
  2. Replies
    4
    Views
    3,014

    The static variable START_SINGLE_QUOTE in the...

    The static variable START_SINGLE_QUOTE in the code refers to a string
    "'%" and END_SINGLE_QUOTE refers to "%'"
    The strings include a single_quote and a % sign

    I need to execute the select...
  3. Replies
    4
    Views
    3,014

    like clause in select statement

    Hi
    I am having a problem when I execute the following sql statement.
    I am using Firebird1.5 as application database.

    select * from specimen where specimen_Id like '%xyz% ;

    This statement when...
Results 1 to 3 of 3