Bonjour,
Est-il possible de définir une matrice mxn en PL/SQL ?
J'ai essayé de faire un tableau de tableau mais ca marche pas :
J'ai une erreur :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4 type tblNb is table of number index by binary_integer; type tblMatrice is table of tblNb index by binary_integer; matrice tblMatrice;
PLS-00507: Les tables PLSQL ne peuvent pas être définies comme enregistrements ou comme autres tables
Laly.
Partager