Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Try_Parse (Type Casting )
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
TO find max marks of students
ss sqlpractice2014
testing-2
Sql server 2012 features list
20181cse0065
View jobs
self join - SQL
SQL Directives Order of Execution
2021-03-23_LeetCodeSQL
Sql Queries