Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Conditional Operator (IIF)
Declare @var nvarchar(max)='hello'; Select IIF(Try_Parse(@var as decimal(36,9)) is null,'true','false') as 'BadCast'
run
|
edit
|
history
|
help
0
Get amount of users that bought something soon after registration
NAMES CODE
Count by days
QUAN LY CHUYEN BAY
b
do several updates at once
Items
self join - SQL
RBT QA
SQL_Joins_RankingFunctions