登录
首页 » SQL » 在 SQL Server 中从完整路径提取文件名

在 SQL Server 中从完整路径提取文件名

于 2022-04-10 发布 文件大小:2.35 kB
0 97
下载积分: 2 下载次数: 1

代码说明:

翻译: maninwest@Codeforge 作者:OriginalGriff@CodeProject有时,我们需要从文件的完整路径中提取文件名 (有/无扩展名)。使用  C# 等很容易做到,只需使用 Path.GetFileName 方法即可。但是,如果在  SQL 中呢?我在磁盘中存储了一些图像,其路径在一个数据库表格中,为了便于演示,我需要在 SQL 中提取不带扩展名的文件名。我意识到需要多一些考虑。我没有使用查询或者写 SP 来返回我要的数据,我认为一个 SQL 函数可能有用。使用 SQL 函数将路径分成你可能需要的位。SQL四个函数:-- ============================================= -- Author: Paul Griffin -- Create date: 18 January 2015 -- Description: Returns a filename with extension -- from a full path: -- D:TempResourcesImagesMy.Picture.jpg -- ==> My.Picture.jpg -- ============================================= CREATE FUNCTION [dbo].[GetFileName] ( @Path NVARCHAR(MAX) ) RETURNS NVARCHAR(MAX) AS BEGIN DECLARE @FileName NVARCHAR(MAX) DECLARE @ReversedPath NVARCHAR(MAX) SET @ReversedPath = REVERSE(@Path)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • (源代码)c# 基于数据库的商品管理系统
    说明:  本源程序是基于C#和Sql server开发,实现了商品的基本管理功能。(The source program is based on C # and SQL Server development, to achieve the basic commodity management functions.)
    2021-04-20 16:08:38下载
    积分:1
  • MySuperMarket1110
    VB+SQL,包括前台,后台管理源代码,开发文档(小组的全部文档)和资源。源码非常全,可以二次修改(VB SQL, including the outlook, background source code management and development files (all files group) and resources. FOSS is all that can change the second )
    2007-03-25 13:27:09下载
    积分:1
  • huatudelphisrc
    用delpni和SQL Server做课程设计的提纲文件(The outline curriculum design with delpni and SQL Server)
    2013-01-14 15:25:39下载
    积分:1
  • 数据和代码
    说明:  MySQL创建表格并导入数据,导入的数据是CSV文件的格式。并且说明了如果报错说不能连接MySQL 服务器的情况,说明啦应该怎么解决这个问题。(MySQL creates tables and imports data in the form of CSV files. It also explains how to solve this problem if the error report says that MySQL server can not be connected.)
    2020-06-20 01:00:02下载
    积分:1
  • 一层数据流图
    图书库存管理系统数据流图 自己设计的可以作为参考(Data Flow Diagram of Book Inventory Management System)
    2019-01-04 09:37:20下载
    积分:1
  • 很好的SQL教程(21天学会SQL)
    很好的SQL教程(21天学会SQL)-good SQL Directory (21 days Institute SQL)
    2022-04-22 05:31:51下载
    积分:1
  • Several foreigners to write the source code for everyone to download as soon as...
    几个老外写的源代码大家快快下载-Several foreigners to write the source code for everyone to download as soon as possible
    2022-06-11 19:42:16下载
    积分:1
  • Introduction of basic knowledge of standard SQL, there is a wealth of sql gramma...
    介绍标准SQL基本知识,有丰富的sql语法结构和示例。-Introduction of basic knowledge of standard SQL, there is a wealth of sql grammatical structure and examples.
    2022-05-08 03:45:51下载
    积分:1
  • Adbms-20181113T184155Z-001
    asas awsas asa sas asasas sasa sa sa sa as as as as a sasa
    2019-01-15 21:26:35下载
    积分:1
  • AP_
    可以随时导出供应商详细资料,包括供应商名、税码、税务号等信息(You can always export supplier details, including vendor name, tax code, tax number and other information)
    2014-02-09 10:19:46下载
    积分:1
  • 696518资源总数
  • 106164会员总数
  • 18今日下载