Need to be this type in 1 column
"Document name -count number - Company"
201 ULAZNI RACUN OSTALO -(max(number)) - (select company from dbo.partnert))
- 201 ULAZNI RACUN OSTALO' + (max(number)) + (select company from dbo.partner))
I try this but error is
Conversion failed when converting the varchar value '201 ULAZNI RACUN OSTALO -' to data type int.
Rajanikant HawaldarPosted Jul 1, 2019, 1:40 AM
Jaish MathewsPosted Jul 1, 2019, 3:36 AM
Amit MohantyPosted Jul 1, 2019, 2:11 AM
Rajanikant HawaldarPosted Jul 1, 2019, 1:43 AM