Hi Wolfgang, On Tue, Feb 18, 2003 at 02:19:23PM +0100, Wolfgang Rosenauer wrote:
> I've succeeded in porting the database structure to SAPDB. Cool! :) > But now I get many errors because many statements are doing things like > this: > > SELECT count(*) FROM ticket as st, queue as sq, personal_queues as suq, > ticket_state tsd, ticket_lock_type slt ... > > the keyword "as" is not accepted by SAPDB and its right. IMHO is this > keyword not allowed here. Is it working if you use the same statement without "as"? > CU, > Wolfgang Martin -- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ -- "Security is a process, not a product." - Bruce Schneier _______________________________________________ OpenTRS mailing list: dev - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/dev To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev
