DECLARE NO_OF_ROWS_A NUMBER := 0; NO_OF_ROWS_E NUMBER := 0; BEGIN FOR OBJ IN (select status from table1) LOOP if(condition) THEN
One day I had a problem with PHP and a super guy resolved my problem, this time I learn JavaScript, and I'm really stuck on a project. Here is the fiddle: https
I'm getting an Input/Output error when I try and create a directory or file in a google cloud storage bucket mounted on a linux (Ubuntu 15.10) directory. Steps
Working on Mac. I followed the advice of the command line prompt to upgrade my npm globally with npm install -g npm, but since doing this it seems that my NPM i
I have two pdf or postscript files (I can work with either one). What I want to do is merge each page on top of the other so that page1 of document A will be c
i am using Python 3.10 and want to make a LDAP connection. so i tried ldap3(0.9.8.4). my project runs in an venv. my code: import sys sys.path.append('C:\\Users
i tried doing this, but it does not work with png, if you can help out, that would be great! import datetime while True: now = datetime.datetime.now()