skip to main
|
skip to sidebar
MYSQL interview questions and answers
Monday, April 5, 2010
How to save query output as a table
Answer:
We need to use insert command followed by the select query
See the command
INSERT INTO mysql_interview SELECT * FROM source_table
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Related links
apache webserver related questions
Simple linux interview questions
PHP interview questions
Mysql Interview questions
Followers
Blog Archive
▼
2010
(13)
▼
April
(13)
mysql db name and table name limits
Temporary tables in mysql
How to create table same as another table?
How to save query output as a table
what is name of mysql configuration file?
How to create a database in mysql
How to create a user account in mysql
How to view the information about the database and...
connect mysql in command prompt
Explain create view statement in mysql
What is the latest version of mysql and its features
What are the Data Types in mysql
What is MySQL?
About Me
phpman
View my complete profile
No comments:
Post a Comment