Can we use pl sql in sql server?
Hello All, Could any well write a query for the following scenario. Account(table name) No Name Amount 1 ABCD 2000.00 2 DEFG -2000.00 3 GHIJ 3000.50 4 JKLM 4000.00 5 MNOP 6000.00 O/p Should be in this format No Name Credit Debit 1 ABCD 2000.00 0 2 DEFG 0 -2000.00 3 GHIJ 3000.50 4 JKLM 0 -4000.00 5 MNOP 6000.00 o could any one give appropriate query for this Thnks in Advance
Mention what are different methods to trace the pl/sql code?
what is sql? : Sql dba
Why is sql better than hql?
package specification-3 procedures package body-4 procedures how can i write for other procedure in package body
What is the difference between DELETE, TRUNCATE, and DROP?
What is the trigger in sql?
How to improve the performance of a pl/sq stored procedures or functions or triggers and packages ?
12 Answers IBM, TCS, UHD,
What is the use of partition by in sql?
Write a query to find the name of employees those who have joined on Monday.(based on column hire_date)
How do I find sql profiler?
What is the process of copying data from table a to table b?