Home > database >  The original concept of the trigger to create
The original concept of the trigger to create

Time:09-23

I want to know under the original concept ODBC to create a database, how to create a table in the database triggers brittle o graphic analytic (where to write SQL language)

CodePudding user response:

String ls_sql_syntax
Ls_sql_syntax="create or replace the trigger tri_temp_test
On temp_test before insert for each row as
Declare v_id int
Select count (id) into: v_id_int from temp_test where id=new. Id
If v_id_int=0 then
Insert into temp_table1 values (new name, new, age)
End the if
"

CodePudding user response:

I know that is a sybase central but why can't open!
  • Related