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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.