while loading data into database how can u skip header and footer records in sql*loader
1 SQL PLSQL 6179I have a table like this Table Name:Products Productid Price 1 10 1 10 2 20 3 30 3 30 But i want to output like this. productid price 2 20. please replay me.
TCS,
3 Oracle General 5166
i have table T!.
A B C D
NULL 1 2 3
4 NULL 5 6
7 8 NULL 9
10 11 12 NULL.
I WANT COUNT OF NULL VALUES IN TABLE. WRITE A QUERY.
Answer
Is This Answer Correct ? | 1 Yes | 0 No |