David Lee
unread,Jul 10, 2013, 5:51:30 PM7/10/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jooq...@googlegroups.com
I converted most parts of my code to use jooq now however, there is a part I could not do without using a raw query.
create.query("CREATE TEMPORARY TABLE desctable( `stylenumber` varchar(20), `description` text, UNIQUE KEY `stylenumber` (`stylenumber`) )")
create.query("drop table desctable")
Any way to change this part to using normal jooq code?