Errata

SQL Pocket Guide

Errata for SQL Pocket Guide

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
Printed Page 106
Selecting Data

READER COMMENT:

Microsoft SQL Server supports an INTO clause in the SELECT statement that causes the
table specified after INTO to be dynamically created. The user must have Create
Table privs to make this work. You might want to mention that, under ANSI SQL, the
user should first issue a CREATE TABLE statement and replace the original SQL with an
INSERT INTO...SELECT ... FROM statement.

Anonymous