Multiple SQL under same app engine action
Hi,
I am trying to run a "delete from staging table" and a %SelectInit in the same Action of an app engine program. I tried using %Execute() but getting an "invalid character" error. Not sure if it is allowed to have both a SQL and metaSQL statement under the same action.
Any suggestions would be appreciated. Thanks.