【发布时间】:2019-05-28 10:05:41
【问题描述】:
我有三列,- 和 / 应该用作分隔符结果应该出现在新列中(文件索引-子索引/年),如果子索引为空,那么结果应该是(文件索引/年)。
SELECT
[ File Index].[File Index]
, [ File Index].[Sub Index]
, [ File Index].[Financial Year]
, [ File Index].[File Index] & [Sub Index] & [Financial Year] AS [Composite Index]
FROM [File Index];
【问题讨论】:
-
您使用的是 MySQL 还是 MS Access?
标签: sql ms-access ms-office ms-access-2013