blob: 71b2dcf6733ebd190b91375339b893922e6ee5dd [file] [log] [blame]
select customer.account_num as c0 from customer as customer group by customer.account_num order by customer.account_num ASC NULLS LAST;