[SQL] syntaxhighlighter_viewsource syntaxhighlighter_copycode
create table ProductInfo
(
seq_id smallint identity(1,1) primary key,
productSerial varchar(100),
productItem varchar(100),
SerialNum varchar(1000),
BeginPosition varchar(100),
InterceptLength varchar(100)
)
[SQL] syntaxhighlighter_viewsource syntaxhighlighter_copycode
select * from ProductInfo where SerialNum='2211' and productSerial<>'TEST' and productItem<>'070_01'
[SQL] syntaxhighlighter_viewsource syntaxhighlighter_copycode
select * from ProductInfo where SerialNum='12131' and productSerial<>'TEST' and productItem<>'070_01'
[SQL] syntaxhighlighter_viewsource syntaxhighlighter_copycode
select * from ProductInfo where SerialNum='2' and productSerial<>'TEST' and productItem<>'070_01'