Richard H Snell
Nov 12, 2001 10:44:00 AM

Multiple sql statements

We frequently use temp tables and then use the temp table to query from. select * from zprc19990731 where symbol = "GTC" into temp dsx; select * from dsx; I then receive this error... Error: The specified table (dsx) is not in the database. Is there a work around for this? Thanks in advance.


IndusSoft support engineer
Nov 18, 2001 11:04:00 AM

Multiple sql statements

Hi, You must separate these queries with a query terminator. For example, select * from zprc19990731 where symbol = "GTC into temp dsx GO select * from dsx Notice the word 'GO' between the two queries. Informix does not support multiple queries in the same statements. Therefore, you must the statement into two distinct queries. By default, 'GO' is considered to be a query terminator. Thanks, IndusSoft support >We frequently use temp tables and then use the temp table to query from. > >select * from zprc19990731 where symbol = "GTC" into temp dsx; >select * from dsx; > >I then receive this error... >Error: The specified table (dsx) is not in the database. > >Is there a work around for this? Thanks in advance.


Simone Rota
Dec 22, 2022 4:29:18 AM

RDBMS , table synLog


Good morning,

I configured RDBMS but I don't have the synLog table that I displayed in the old version.


I use Syncrify - Version: 5.4 - build 1122

 

thanks

Simone Rota

Navigation

Social Media

Powered by 10MinutesWeb.com