Results 1 to 3 of 3
hi i am trying to do that
SELECT user_name user_address INTO OUTFILE '/tmp/abc.txt' FROM xxx_xxx.xxx_xxx
now when i did that the file abc.txt all character close to eachs like that:-
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-09-2011 #1Just Joined!
- Join Date
- Jan 2011
- Posts
- 4
how could i split between columns at dumping the table?
hi i am trying to do that
SELECT user_name user_address INTO OUTFILE '/tmp/abc.txt' FROM xxx_xxx.xxx_xxx
now when i did that the file abc.txt all character close to eachs like that:-
(mike18st) i would like to let (mike/18st) like that i am tired to do it i have tied many ways please tell me how
thanks all guys
- 01-10-2011 #2Just Joined!
- Join Date
- Jan 2011
- Posts
- 4
upppppppppppp please help me
- 01-10-2011 #3Just Joined!
- Join Date
- Jan 2011
- Posts
- 4

I
I solved it 
SELECT `user_name`, `user_address` INTO OUTFILE '/tmp/malek.txt' FROM xxxx.xxxx thanks all for trying helped me


Reply With Quote
