Comment detail

LL Golf Hole 7 - バイト数を読みやすくする (Nested Flatten)

This comment is reply for 7361 quabbin: 1024ではなく1000でいいのなら、文...(LL Golf Hole 7 - バイト数を読みやすくする). Go to thread root.

それ、PostgreSQLで。8.2で確認。174byte。
ところで、SQLはLLですか?
1
select substring(c from 1 for l%3)||'.'||substring(c from l%3+1 for 1)||substring(' kMGTPE' from l/3+1 for 1)from(select column1 as c,length(column1)as l from(values('12345'))s)s;

Index

Feed

Other

Link

Pathtraq

loading...