What are the return values of functions SQLCODE and SQLERRM ?
Answer Posted / tulsi
SQLCODE returns the latest code of the error that has
occured.
SQLERRM returns the relevant error message of the SQLCODE.
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
i have 2 table table one 4 columns respective values a1 7,a2 6,a3 8 ,a4 12 & table two 4 colums respective values a1 7,a2 6,a3 8,a4 15.if table one & table two 3 colums same then 4th column values 1)Qes diff >5 then print 5 * diff value 2)Que diff <5 print 5
what is the maximum length of a table name, database name, and fieldname in mysql? : Sql dba
What is serial sql?
Can we update views in sql?
what is foreign key? : Sql dba
How consistent is the view of the data between and within multiple sessions, transactions or statements ?
What sql does db2 use?
What is flag in sql?
What port does sql server use?
What is the basic form of sql query?
explain advantages of myisam over innodb? : Sql dba
Define union, minus, union all, intersect ?
how to extract a unit value from a date and time? : Sql dba
Explain what is rdbms?
What is field delimiter?