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 TouchToneTommy 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: *

  • Users: apnea
  • Content: Threads
  • Order by date
  1. apnea

    Sql query, find keywords in a string

    I have a Field in my database that contains strings. (VARCHAR2)I like to build a search page which is working like a search engine (without any restrictions, capital or small letters etc.)What is the sql query for this purpose? Thak you for your help
  2. apnea

    select from Date data type table column

    I like to select from a Date data type column years and months. The contents of this column have a specific format: e.g 7/22/98 8:00:00 AM. When i try to make a qery e.g SELECT * FROM TASK1_TABLE WHERE Task_Table1.START_DATE LIKE '%22/98%' the result is an empty table. How can i select...

Part and Inventory Search

Back
Top