使用此查询:
select *
from
( Select DISTINCT status
From MNPdata
where IMSI_no = 'abc'
)
我有:
消息 102,级别 15,状态 1,第 7 行 ')' 附近的语法不正确
使用此查询:
select *
from
( Select DISTINCT status
From MNPdata
where IMSI_no = 'abc'
)
我有:
消息 102,级别 15,状态 1,第 7 行 ')' 附近的语法不正确