Goran Bibic

Goran Bibic

  • 447
  • 2.9k
  • 177.5k

Create auto counter 1,2,3,4,5...etc

Apr 21 2018 4:28 AM
I need to insert new first column counter
1
2
3
4
5
6..etc in this code
  1. String saveStaff = " Select  roba as 'Naziv artikla', SUM (cast(kolicina as float)) as 'Kolicina' from (select roba, kolicina from mp_racun_roba union all select roba, kolicina from mp_faktura_roba) as alltables group by roba"
 Some recomandition?

Answers (3)