|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
Please tell me how to export a MySQL table to a pipe delimited file ...
|
|
#2
|
|||
|
|||
|
Got it....
SELECT * FROM TABLE ORDER BY ID INTO OUTFILE 'out.file' FIELDS TERMINATED BY '|'; |
![]() |
| Viewing: Dev Shed Forums > Databases > MySQL Help > Export MySQL table |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|