I have a query like this:
SELECT X.Y( 'p1', 'p2', 'p3', 'p4', '100')
FROM dual
I know what dual is but this part X.Y( 'p1', 'p2', 'p3', 'p4', '100') really makes me wonder. What does this syntaxis mean?
Are X and Y tables or what?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well, I can see three possibilities:
What does the SQL*Plus command
DESCRIBE XorDESCRIBE X.Yreturn?