-
[zj_kpi]
SQL 多表联合查询,实现动态语言查询,可加注到储存过程实现每天自动更新数据数。(SQL multi-table queries, dynamic language queries, stored procedures can be raised to automatically update data per day.)
- 2014-02-02 13:53:29下载
- 积分:1
-
inquire
利用存储过程在在SQL-Server中查询数据库表,(inqu tables in SQL-Server)
- 2011-12-19 10:44:51下载
- 积分:1
-
pos系统是指的商贸公司的收银系统,就是前端有收银台和收银员,通过收银pos进行收款,收银pos与后端的财务系统连接,进行账务核对和处理。
前端POS机用于记录销售过程产生的各种业务数据,如商品名、数量、价格、销售的时间、销售员等等,同时产生销售凭证给顾客。主要是起收集数据的作用。
后端的销售管理起存储和管理数据的作用。这些数据被传输到后端的销售管理系统,可以进行各种查询和统计分析。例如,通过查询可以了解哪个收款员什么时间销售了什么商品。例如一段时间的数据汇总后,可以分析出哪种商品比较畅销。
- 2023-05-11 06:25:02下载
- 积分:1
-
从数据库中读取并添加到下拉列表中,并可以达到自动筛选相关记录的功能。...
从数据库中读取并添加到下拉列表中,并可以达到自动筛选相关记录的功能。-Read from the database and add to the drop-down list, and can achieve the automatic selection of features relevant records.
- 2022-08-09 10:24:50下载
- 积分:1
-
a good visit Packaging SQL Server database of source code, written with VB.NET.
一个封装好的访问SQL Server数据库的源代码,用VB.NET写的。-a good visit Packaging SQL Server database of source code, written with VB.NET.
- 2023-03-13 14:15:03下载
- 积分:1
-
如果你是ORACLE开发者,或者是DBA,都是一本重要的书籍
如果你是ORACLE开发者,或者是DBA,都是一本重要的书籍-this is a very usefull book,whether you are a programe or a dba ,it will help you a lot,let s download and have a look,wish you have a good lucky
- 2022-02-05 09:51:54下载
- 积分:1
-
使用scott/tiger用户下的emp表完成下列练习,查询,删除增改
使用scott/tiger用户下的emp表完成下列练习,查询,删除增改-Using the scott/tiger user under the emp table to complete the following exercises, query, delete the additions and changes to
- 2023-08-16 10:35:03下载
- 积分:1
-
personnel services management system a more useful procedures and the need to be...
人事服务管理系统一个比较有用的程序,有需要的可以下载.-personnel services management system a more useful procedures and the need to be downloaded.
- 2022-11-15 20:40:03下载
- 积分:1
-
Data Warehouse developed a very good example of development using sql2005 to ach...
数据仓库开发的很好的一个例子,用sql2005开发实现-Data Warehouse developed a very good example of development using sql2005 to achieve
- 2023-01-07 23:10:05下载
- 积分:1
-
一个vb开发,可以动态生成SQL的"拼装类".
例如:
sql.strsql="select ? from ? "
sql.setFieldEx...
一个vb开发,可以动态生成SQL的"拼装类".
例如:
sql.strsql="select ? from ? "
sql.setFieldEx "field1"
sql.setFieldEx "tbl"
debug.print sql.strsql
输出:select field from tbl-a vb development, dynamically generated SQL "assembled category." For example : sql.strsql = "select from" sql.setFieldEx "fi eld1 "sql.setFieldEx" tbl "debug.print sql.s trsql output : select field from tbl
- 2022-09-29 14:55:03下载
- 积分:1