Hello there,
I have this sql code that runs properly on sql server
How can I transform it to run in an oracle database?
Lets suppose the tables and columns are the same!
Thnaks!
I have this sql code that runs properly on sql server
Code:
select code+','+ name +','+afm+','+street1+','+zipcode1+','+phone11 from customer
Lets suppose the tables and columns are the same!
Thnaks!
Comment