TSQL - Script

Card Puncher Data Processing

Example

Declare @x int
set @x = 1
if @x = 1 print 'The number is '+convert(varchar,@x)
select @x = 2
if @x = 2 print 'The number is '+convert(varchar,@x)
The number is 1
The number is 2







Share this page:
Follow us:
Task Runner