How can you load microsoft excel data into oracle? : aql loader
i hv 30 rows with date.ex:1month hav 4 weeks i want 1st day of the every week.write the qry for that.example jan has 4 weeks i need 1st dd for evry wk
in sql table follw columns r their vehicle_no|servicetype|date|location| 1234 |1FS |1-JAN|PUNE| 4561 |2FS |5-JAN|PUNE| 1234 |PS |7-JAN|PUNE| 1234 |PS |15-JAN|MUMB| i want o/p below vehicleno|1fs|1fsdate|1fslocation|1ps|1PSDATE|1PSLOC|2PS|2PS DATE|2PSLOCA e.g 1234|1FS|1JAN|PUNE|1PS|7JAN|PUNE|2PS|15JAN|MUMBAI PLS help me out to execute using sql query
What is scalar function?
Can I join the same table twice?
What is the differnce between view and materialized view
what is the difference between ereg_replace() and eregi_replace()? : Sql dba
Explain the significance of the & and && operators in pl sql.
Explain what is sql?
what is view? : Sql dba
What is sql stand for?
what is the difference between binary_integer and pls_integer
what are the drivers in mysql? : Sql dba