| List: | General Discussion | « Previous MessageNext Message » | |
| From: | AESYS S.p.A. [Enzo Arlati] | Date: | December 28 2005 3:22pm |
| Subject: | is there a type definition similar to the oracle rowtype | ||
| View as plain text | |||
Is there in mysql 5 a datatype similar to the oracle rowtype ? To better explain I include the following example which should be working on oracle and don't run on mysql CREATE PROCEDURE pTest() BEGIN declare c cursor for select * from table_test; declare crec c%rowtype; open c; fetch c into crec; close c;
| Thread | ||
|---|---|---|
| • is there a type definition similar to the oracle rowtype | AESYS S.p.A. [Enzo Arlati] | 28 Dec |
