Jump to content

SQL Manager Export Problem.


ZgrKARALAR

Recommended Posts

Hello,

 

I have one problem with sql manager.

 

I have one sql query everything working when i click view and i can see what i want.

 

But when i click export that is not exporting that viewing data exporting sql manager page  :( 

 

my query is 

 

SELECT O.id_customer,C.firstname,C.lastname,Z.phone_mobile,count(O.id_customer) as sayac FROM ps_orders AS O,ps_customer AS C, ps_address AS Z WHERE O.id_customer=C.id_customer AND O.id_customer=Z.id_customer GROUP BY C.id_customer;

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...