Search
 
SCRIPT & CODE EXAMPLE
 

SQL

fonction stockée sql

SQL> create or replace procedure supp_art (numero in char) is
  2    begin
  3    delete from ligcdes where refart=numero;
  4    delete from articles where refart=numero;
  5    end;
  6  /

Procédure créée.

SQL>
Comment

PREVIOUS NEXT
Code Example
Sql :: view psql output in horizontal scrolling 
Sql :: sql query for login with email or username 
Sql :: which is the order of precedence among following operator IN OUT AND OR in sql 
Sql :: python mysql github 
Sql :: create sql database 
Sql :: SELECT * INTO ROW NUMBER 
Sql :: Mysql get routine parameter list 
Sql :: employee sample data mysql 
Sql :: sql select column name like from multiple tables 
Sql :: id desde sql 
Sql :: SQL create table full of dates 
Sql :: drop check command 
Sql :: we are intrested to work with your organization 
Sql :: flashback in bigquery 
Sql :: delete duplicates based on 2 columns postgres 
Sql :: ksqldb limit pull query ksql kafka 
Sql :: mysql order by where condition sub query 
Sql :: mysql on delete set null 
Sql :: what is in operator 
Sql :: sql wildcards 
Sql :: Get the User Name and Domain Name from an Email Address 
Sql :: parsing float to int in mysql 
Sql :: ssms keyboard shortcuts 
Sql :: add colum in sql 
Csharp :: unity scene load 
Csharp :: unity how to see what scen you are in 
Csharp :: disappear after time unity 
Csharp :: get mouse position unity 
Csharp :: get self component in unity 
Csharp :: c# windows grab screenshot 
ADD CONTENT
Topic
Content
Source link
Name
6+1 =