•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the MySQL section within the Web Development category of DaniWeb, a massive community of 391,549 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,544 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our MySQL advertiser:
Views: 1660 | Replies: 2
![]() |
•
•
Join Date: Oct 2006
Posts: 2
Reputation:
Rep Power: 0
Solved Threads: 0
MySQL version 4.0.27-standard
I want to write selected columns from a table to a file in my web site
I've written the following SQL statement, but I'm unsure about the syntax
SELECT event, location, eventTime, eventDate
FROM commingEvents
INTO OUTFILE '/home/_wmevents/public_html/wmEvents.csv'
FIELDS TERMINATED BY ','
ENCLOSED BY '\"'
LINES TERMINATED BY '\n'
any help correcting any errors would be appreciated
I want to write selected columns from a table to a file in my web site
I've written the following SQL statement, but I'm unsure about the syntax
SELECT event, location, eventTime, eventDate
FROM commingEvents
INTO OUTFILE '/home/_wmevents/public_html/wmEvents.csv'
FIELDS TERMINATED BY ','
ENCLOSED BY '\"'
LINES TERMINATED BY '\n'
any help correcting any errors would be appreciated
Last edited by lamsam : Oct 1st, 2006 at 9:50 am.
•
•
•
•
MySQL version 4.0.27-standard
I want to write selected columns from a table to a file in my web site
I've written the following SQL statement, but I'm unsure about the syntax
SELECT event, location, eventTime, eventDate
FROM commingEvents
INTO OUTFILE '/home/_wmevents/public_html/wmEvents.csv'
FIELDS TERMINATED BY ','
ENCLOSED BY '\"'
LINES TERMINATED BY '\n'
any help correcting any errors would be appreciated
Put the FROM after the LINES TERMINATED BY, and you should be all good
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb MySQL Marketplace
Similar Threads
- Pascal Help (Pascal and Delphi)
- Beginner Outputing to a file (Java)
- need some help with a cgi app (Python)
- Help...How do i use the Tokenizer? (Java)
- Java's String Tokenizer (Java)
Other Threads in the MySQL Forum
- Previous Thread: Putting Databases onto Pages
- Next Thread: Converting mdb to mdf


Linear Mode