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:
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;
Citation:
PLS-00507: Les tables PLSQL ne peuvent pas être définies comme enregistrements ou comme autres tables
Laly.