Results 1 to 2 of 2

Thread: Help me

  1. #1
    Join Date
    Sep 2006
    Posts
    6

    Unhappy Help me

    Hi this is Surya.
    I query is in my table one field is not unique key and it data type is string. In my query I want to SELECT DISTINCT BATCH_NAME FROM BATCH_PHOTOS_TABLE WHERE BPT_BATCH_NAME = '?' but it is case sensitive how to make this query use for both cases (upper and lower cases)
    Any build function is there for case sensitive
    In my table BATCH_NAME is “ABC”
    I am selecting SELECT DISTINCT BATCH_NAME FROM BATCH_PHOTOS_TABLE WHERE BPT_BATCH_NAME =’abc’
    My query should return from the data base if it is having ‘ABC’ or ‘abc’ it should not depend on case sensitive.

    Thanks & Regards.
    Surya

  2. #2
    Join Date
    Sep 2006
    Location
    East Coast Of America
    Posts
    15

Posting Permissions

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