bonjour
j ai le code suivant
@datta est ma variable seulement je n'arrive pas a la declarer avant le
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12 declare toto cursor for select * from ( select a,b,c,d,e,DATE from cours a, matiere b where a.id=b.id and heure="30000101" and staut=50 and DATE=@datta )T where T.COURH<T.COURB for read only
declare toto cursor for
comment puis je la declarer ? dans une variable globale ?
merci
Partager