代码搜索:sql
找到约 10,000 项符合「sql」的源代码
代码结果 10,000
www.eeworm.com/read/418288/10956379
sql tax.sql
create or replace FUNCTION tax(v_value IN NUMBER)
RETURN NUMBER
IS
BEGIN
RETURN (v_value * .07);
END tax;
/
www.eeworm.com/read/418288/10956380
sql anony.sql
DECLARE
v_weight NUMBER(3) := 600;
v_message VARCHAR2(255) := 'Product 10012';
v_new_locn VARCHAR2(50):='china';
BEGIN
dbms_output.put_line('1**'||to_char(v_weight)||'**'||v_messag
www.eeworm.com/read/418277/10956471
sql hotel.sql
www.eeworm.com/read/418267/10956990
sql student.sql
www.eeworm.com/read/418249/10957357
sql base.sql
create database paola;
USE paola;
create table persona
(
rut varchar(13),
ap_paterno varchar(15),
ap_materno varchar(15),
p_nombre varchar(15),
s_nombre varchar(15),
id_ciudad int,
se
www.eeworm.com/read/418249/10957420
sql scriptbase.sql
create database tarea;
USE tarea;
create table persona
(
rut varchar(13),
nombre1 varchar(15),
nombre2 varchar(15),
apellido_paterno varchar(15),
apellido_materno varchar(15),
id_ciudad
www.eeworm.com/read/272432/10957624
sql kfglxt.sql
www.eeworm.com/read/272432/10957629
sql kfgl.sql
www.eeworm.com/read/272340/10962284
class sql.class
www.eeworm.com/read/272340/10962322
java sql.java
package news;
/*
* Sql.java
*
* Created on 2007年1月12日, 上午7:46
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
import java.sql.*;