Skip to main content
TechScreen Revised
Main menu
Home
You are here
Home
Navigation
Wissenschaftliches Arbeiten
Questionnaires
Quizzes
Biblio
Paper Evaluations
Recent content
Tags in Web Engineering
database
firefox
html
internet
java
JavaScript
linux
php
programming
web
web application
Windows
More
Tags in Social Tags
Computer architecture
Computer programming
Computing
Data management
Free software
Internet privacy
Online advertising
Software
Software engineering
System software
Web design
World Wide Web
More
MSSQL Server Aggregate function over column defined as varchar
The goal is to calculate the aggregate functions (sum, avg) over a column which is defined as varchar
Taggings:
mssql server
aggregate function
server
mssql
sum
avg
Submitted by Jürgen Bulla on Tue, 12/13/2011 - 21:41
Complexity
Relevance
Log in
to post comments
1 answer
how to convert column to execute aggregate function
example:
CONVERT(varchar(50),SUM(convert(float,replace(ISNULL( column, 0 ),',','.')))) as SUM
Submitted by Jürgen Bulla on Tue, 12/13/2011 - 22:01
Taggings:
mssql
Log in
to post comments