hallo,
I have PostgreSQL in Linux. I use it with pgAdminII
in Wondows2000.how can I transport Procedural and Function from MS SQL
Enterprise Manage toPostgreSQL.Thanks!!!rongCREATE
FUNCTION dbo.getICNroh (@Bogen_Nr smallint)RETURNS smallint
ASBEGIN DECLARE @myRet int--Rohwert der Skala 1
Hello,
My name is rong xie. I am a Student at
TU-Munich.
I have a question to Postgresql an Linux.
e.g:
for IBM DB2: I can write a test.sql
file.
--test.sql
connect to database1;
set schema xie;
select * from table1;
insert table1 value('rong','xie',22);
select * from table1;
terminate