Search
 
SCRIPT & CODE EXAMPLE
 

SQL

ACCEPT nome PROMPT on oracle

DECLARE
nom VARCHAR(20);
BEGIN
ACCEPT nome PROMPT 'entrez une valeur : ';
nom := &nome;
DBMS_OUTPUT.PUT_LINE(nom) ;
END;
/
Comment

PREVIOUS NEXT
Code Example
Sql :: oracle transaction rollback not working 
Sql :: edit shchima table in sql 
Sql :: updating mysql 
Sql :: representation arbres de requete en postgresql 
Sql :: power bi connect to postgresql 
Sql :: OFFSET consulta mysql 
Sql :: select even number id data from table 
Sql :: create mysql pool connection python flask 
Sql :: SQL Cut part string 
Sql :: multiple value select mysql 
Sql :: how to know if table in rigt or left in sql 
Sql :: how to user id to show in from date to upto date in mssql server 
Sql :: insert data 
Sql :: SQL server datetime compare 
Sql :: how to select multiple columns in sql 
Sql :: how to run sql query in mysql workbench 
Sql :: SQL Error When Inserting Duplicate Values 
Sql :: bigquery routine 
Sql :: smalldatetime in sql 
Sql :: kill mysqld_safe process mariadb 
Csharp :: messagebox yes-no 
Csharp :: unity change tag in script 
Csharp :: how do i convert to base64 c# 
Csharp :: check if gameobject is active 
Csharp :: unity get mouse position 
Csharp :: unity to integer 
Csharp :: Type is not marked as serializable. 
Csharp :: clone gameobject unity c# 
Csharp :: linq unique count property 
Csharp :: init dictionary c# 
ADD CONTENT
Topic
Content
Source link
Name
7+5 =