I have this 2 codes DECLARE text clob; begin :tnr := ' a ; b ;c ' ; text := :tnr; end ; / with function clb return clob is text clob; begin :tnr :
Hello i am using axios with React & Redux like this export const addCustomer = ({destructured data}) => dispatch => { axios.post('/api/customer-b
I have a dataarray of time (96) and level (27) coordinates. I want to group the array by day and night. The timezone is UTC. I should get two dataarrays, one wh
I have an array that looks like this, this array is called Columns [ { "key":"event_tag", "value":"Event tag", "order":2,
I'm trying to create a global variable that holds false and true when the user switches between view1 and view2. I want to use the Context API to create this gl
I am new to Intellij IDEA and junit testing. Right now I am writting a quicksort code and writting tests for the classes. When I try to run the test they turn g
I've a very simply function like following: public static boolean isAppInstalled(String packageName) { PackageManager pm = MainApp.get().getPackageManager(
In my database, there is a column expiry date that has expire date of users' accounts, but some users have NULL value in expiry date due to an earlier bug. So I