TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Goran Bibic
482
2.9k
198.2k
IF no have value (NULL), need to set 0.00 SQL
Oct 14 2018 2:05 PM
Question:
If is value NULL, need to put value 0 in textbox
Some help?
SELECT
SUM
(
isnull
(
cast
(
REPLACE
(TRY_CONVERT(
int
,TRY_CONVERT(
float
, iznos_bpdv),1),
'#,0.00'
,
'0'
)
AS
decimal
(10,2)),0.00))
as
UKUPNObpdv
from
mp_racun_roba
where
tip_robe =
'Usluge (Generalno)'
and
id_fakture=105
Reply
Answers (
5
)
I have one question from database?
how to make face detection in web application, please help..