Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select and return PK value
Message
 
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Stored procedures, Triggers, UDFs
Titre:
Select and return PK value
Divers
Thread ID:
01673328
Message ID:
01673328
Vues:
38
Hi,

My stored procedure receives a value of an equipment ID (optional; that is, an empty string could be passed).
In the SP I want to find if such ID exists and if so, set the value of the equipment PK.
How do I test if the value of @EquipPk is NULL (record not found) on one line with the SELECT?
IF @EquipmentID <> '' and  @EquipPk = (SELECT EQUIP_PK FROM EQ_FILE where ID_NUMBER = @EquipmentID)
	BEGIN
              -- return error
       END
TIA
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform