Hi! On Sat, Apr 13, 2019 at 02:46:31PM +0200, Markus Elfring <markus.elfr...@web.de> wrote: > Hello, > > I would like to count value combinations in database records together with > the software ???SQLObject 3.7.1???. > The computation result should be stored into a dynamically generated table. > I am curious how such table creation can be achieved by the programming > interface ???object-relational mapping??? currently.
You can create a table using high-level API: http://sqlobject.org/SQLObject.html#declaring-the-class or you can execute ``CREATE TABLE`` directly. > Regards, > Markus Oleg. -- Oleg Broytman https://phdru.name/ p...@phdru.name Programmers don't die, they just GOSUB without RETURN. _______________________________________________ sqlobject-discuss mailing list sqlobject-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss