I am trying to do a sql with between. The date data is entered first as a string. Any help with this question? Answer The string is dd/mm/yyyy At the final you will get date like 2021-09-28 and now we can do a between with actual date 2021-10-01 after this you can see the sentence in DB with dd($query->getSQL()); function
Tag: oracle11g
call an Oracle function that do an insert/update from PHP?
we have a function if we call it by using SELECT we get the error code ORA-14551 “Cannot preform a DML operation inside a query” how to run this function and get the results when we run it in SQL developer in this way: works with no errors and we need this function to be called inside PHP note: I