[pmwiki-users] The Dreaded numbering
    pmwiki at 911networks.com 
    pmwiki at 911networks.com
       
    Sat Jul  7 16:04:58 CDT 2007
    
    
  
I have:
# Syv Ritch db Networks: 7-Jul-2007
(:source lang=tsql:)[@
select emp_short, sales_date, sales_qty 
from sales 
where emp_short = '000110'
order by sales_date;
go
@]
# Syv Ritch db Networks: 7-Jul-2007
(:source lang=tsql:)[@
select emp_short, sales_date, sales_qty 
from sales 
where NOT emp_short <> '000110'
order by sales_date;
go
@]
And would like the # to increment, they all are:
1. Syv Ritch db Networks: 7-Jul-2007
Any suggestion?
-- 
Thanks
http://www.sqlhacks.com
The SQL knowledge base
    
    
More information about the pmwiki-users
mailing list