Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting the constraint of a column
Message
 
 
À
07/10/2004 01:35:41
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00949432
Message ID:
00949479
Vues:
6
Mike,

You can use INFORMATION_SCHEMA view
SELECT * FROM pubs.INFORMATION_SCHEMA.CONSTRAINT_COLUMN_USAGE
	WHERE table_name = 'authors'
		AND column_name = 'au_id'
>
>Is there a way to get the constraint of a particular column in a SQL Table?
>I need to check if a column containts a Constraint.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform