PASS Summit 2026 Kommt in Drei Städte|Jetzt registrieren

Topic: SQL Code Analysis

All products
All databases
All levels

SQL Prompt logo

The Sins of SELECT * (BP005)

If Prompt warns you of use of the asterisk, or 'star' (*), in SELECT statements, consider replacing it with an explicit column list. It will prevent unnecessary network load and query performance problems, and avoid problems if the column order changes, when inserting into a table. Read more