Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Finding a field in a table in a database
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Maintenance bases de données
Divers
Thread ID:
00996495
Message ID:
00996531
Vues:
9
>How would someone look for a table with the field ShipZone or ship_zone in it, in a database.

James,

How about something like:
SELECT * FROM INFORMATION_SCHEMA.COLUMNS
 WHERE UPPER(COLUMN_NAME) LIKE 'SHIP%'
Laterness,
Jon
Jon Rosenbaum
Devcon Drummer
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform