News
MS SQL Server - way to query all of the tables in a database for a given column name? mudboy Apr 18, 2006 Jump to latest Follow Reply ...
Replace "new_table" with the name of the table to create, and replace "old_table" with the name of the table to select from. The INTO clause behaves the same as CREATE TABLE in other SQL environments.
For comparison, the equivalent SQL query to return all of the students in CS 101 would be something like SELECT student.name FROM courses, enrollees, students WHERE course.name = "CS 101" ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results