Powered By Blogger

শুক্রবার, ২০ জুলাই, ২০১৮

Finding Duplicate Records in Table

SELECT MIN(rowid),sv_no,item_code
FROM ph_st_item
GROUP BY sv_no, item_code
having count(item_code) >1

কোন মন্তব্য নেই:

একটি মন্তব্য পোস্ট করুন

Row-level “Add” icon using a virtual column (APEX-safe)

1️⃣ Enable Insert in the Interactive Grid IG → Attributes Edit → Allowed Add Row → Yes 2️⃣ Add a New Column (Icon column) Column...