Hello everyone,
I am trying to run a long sql code within my VBA, and I am using correct concatenate signs, but still getting the error message.
I even tried to remove the concatenation and run it in SQL developer and it worked, but when I run it within VBA, I am getting error "ORA - 00923 FROM keyword not found where expected runtime error 2147467259 (80004005)"
Any ideas are welcome!
I am trying to run a long sql code within my VBA, and I am using correct concatenate signs, but still getting the error message.
I even tried to remove the concatenation and run it in SQL developer and it worked, but when I run it within VBA, I am getting error "ORA - 00923 FROM keyword not found where expected runtime error 2147467259 (80004005)"
Any ideas are welcome!