SQLServerCentral » Latest topics
SQL error
Hi friends,
I get the below error from this sql
[code language="sql"]select (serno * 100) / (100 - bargain) from yachtm
Msg 8134, Level 16, State 1, Line 1
Divide by zero error encountered.[/code]
Sample data from yach
I get the below error from this sql
[code language="sql"]select (serno * 100) / (100 - bargain) from yachtm
Msg 8134, Level 16, State 1, Line 1
Divide by zero error encountered.[/code]
Sample data from yach
No comments:
Post a Comment