bonjour,
Le jeudi 24 juin 2004, Dusan Kolesar a écrit...
> SET stmt = 'SELECT ID, ''' || eventTb || ''' FROM ADMIN.' || eventTb ||
> ' WHERE ROWNO <= 1';
are you sure of your: ''' || eventTb || '''
Does not it means: eventTb enclosed by single quotes ?
The statement is, by this way:
SELECT ID, 'eventTb' FROM ADMIN.eventTb WHERE ROWNO <= 1
--
jm, not sure...
--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe: http://lists.mysql.com/maxdb?unsub=gcdm-maxdb@xxxxxxxxxxx
|