Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
decimal_test
--Sql Server 2014 Express Edition --Batches are separated by 'go' create table test(val decimal(23,20), c varchar(1)) insert into test values(123.12345678901234567890, '1') insert into test values(1.12345678901234567890, '1') insert into test values(-11.12345678901234567890, '1') insert into test values(11.12345678901234567890, '2') insert into test values(2.12345678901234567890, '2') insert into test values(0.01, '2') insert into test values(-2.0, '2') insert into test values(0.01, '3') insert into test values(2.12345678901234567890, '3') insert into test values(123.12345678901234567890, '3') select
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
TEST
Common Table Expression
Preppin Data Challenge - Week 9
SQl_QUEST_2_PRESENTATION_IMG_COUNT
Mc170404738
EXP 8 q2
RBT QA
Libros
Outer Apply successer cell chek and get the result
Turn comma-separated numbers in string into rows
Please log in to post a comment.