Is it possible to use for loop in it and display record in table
@parthparth86803 жыл бұрын
Good Video...how to highlight ROW on specific Condition
@priyankasarkar66004 жыл бұрын
Not working in sql server 2019
@ur89465 жыл бұрын
Is this work only for SQLdeveloper
@trickyinterviewquestions5 жыл бұрын
seems so, because I tried on SQL developer. These days organizations are adapting open source tools. SQL developer is being used in many companies.
@ur89465 жыл бұрын
Hi What is the issue in below query it is not working . SELECT sal , CASE WHEN sal > 1500 THEN '' ||sal || '' ELSE to_char(sal) END salary FROM emp output : sal salary 800 800 1600 1600 1250 1250 2975 2975
@trickyinterviewquestions5 жыл бұрын
try on sql developer
@pankajkharade69363 жыл бұрын
If you are executing this query on toad then it wont work