H
hm123
Unregistered / Unconfirmed
GUEST, unregistred user!
表1 中有在字段 htbh 值为 10-1#
表2中有在字段 htbh 值为 10-1#A,10-1#B,10-1#C。。。。。。。。。。。
select * from house.db where substring(TRIM(htbh),1,5)='10-1#' 语句不执行
select * from house.db where left(ltrim(htbh),1,5)='10-1#' 还是不行
各位大侠帮帮我如何实现 表2与表1配对!!!
表2中有在字段 htbh 值为 10-1#A,10-1#B,10-1#C。。。。。。。。。。。
select * from house.db where substring(TRIM(htbh),1,5)='10-1#' 语句不执行
select * from house.db where left(ltrim(htbh),1,5)='10-1#' 还是不行
各位大侠帮帮我如何实现 表2与表1配对!!!