Retour a la ligne pl/sql
Fermé
fidjy5
Messages postés
10
Date d'inscription
jeudi 24 avril 2008
Statut
Membre
Dernière intervention
27 mai 2008
-
21 mai 2008 à 10:00
fidjy5 Messages postés 10 Date d'inscription jeudi 24 avril 2008 Statut Membre Dernière intervention 27 mai 2008 - 21 mai 2008 à 10:23
fidjy5 Messages postés 10 Date d'inscription jeudi 24 avril 2008 Statut Membre Dernière intervention 27 mai 2008 - 21 mai 2008 à 10:23
A voir également:
- Sql retour à la ligne
- Aller à la ligne excel - Guide
- Retour a la ligne chatgpt - Forum Réseaux sociaux
- Excel concatener retour à la ligne - Forum Programmation
- Retour à la ligne google sheet ✓ - Forum Bureautique
- Retour a la ligne php ✓ - Forum PHP
2 réponses
Mimiste
Messages postés
1149
Date d'inscription
samedi 17 mai 2008
Statut
Membre
Dernière intervention
6 mars 2016
206
21 mai 2008 à 10:05
21 mai 2008 à 10:05
Pour le retour a la ligne normalement il faut que tu concatène le caractère 13 et 10 donc a la fin d'une ligne t'ajoute
CHAR(13) & CHAR(10)
CHAR(13) & CHAR(10)
21 mai 2008 à 10:07
trigg="IF OBJECT_ID('stat_temp_"&schema&"') IS NOT NULL EXECUTE 'CREATE TRIGGER [verif_"&schema&"] ON [dbo].[stat_temp_"&schema&"] "
trigg=trigg&"AFTER INSERT AS CHAR(13) & CHAR(10) DECLARE @cpt int;"&vbCrLf&" DECLARE @good int;"&vbCrLf&" DECLARE @tiers int;"&vbCrLf
trigg=trigg&"SELECT @good=count(*) from stat_goods where code_good=(select code_good from inserted)"
trigg=trigg&" IF @good=0"
pour tester ca ne me fait aucun retour à la ligne